We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce23e7e commit ffecef7Copy full SHA for ffecef7
AndroidAsyncKotlin/build.gradle
@@ -9,8 +9,6 @@ android {
9
defaultConfig {
10
minSdkVersion 14
11
targetSdkVersion 29
12
- versionCode 1
13
- versionName "1.0"
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
consumerProguardFiles 'consumer-rules.pro'
AndroidAsyncKotlin/src/main/AndroidManifest.xml
@@ -1,2 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.koushikdutta.async.kotlin" />
+ 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>
+ </application>
+</manifest>
0 commit comments