Skip to content

Commit ffecef7

Browse files
committed
kotlin extension method for futures
1 parent ce23e7e commit ffecef7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

AndroidAsyncKotlin/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ android {
99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 29
12-
versionCode 1
13-
versionName "1.0"
1412

1513
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1614
consumerProguardFiles 'consumer-rules.pro'
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.koushikdutta.async.kotlin" />
2+
package="com.koushikdutta.async.kotlin"
3+
android:versionCode="300"
4+
android:versionName="3.0.0">
5+
6+
<uses-permission android:name="android.permission.INTERNET"/>
7+
8+
<application>
9+
</application>
10+
11+
</manifest>

0 commit comments

Comments
 (0)