Skip to content

Commit fa0eec4

Browse files
Koushik DuttaKoushik Dutta
Koushik Dutta
authored and
Koushik Dutta
committed
update
1 parent 02ce44d commit fa0eec4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AndroidAsync-Kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414

1515
android {
1616
compileSdkVersion 29
17-
buildToolsVersion "29.0.1"
17+
buildToolsVersion "29.0.2"
1818

1919
kotlinOptions {
2020
apiVersion = "1.3"

AndroidAsync/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323

2424
defaultConfig {
25-
targetSdkVersion 28
26-
minSdkVersion 14
25+
targetSdkVersion 30
26+
minSdkVersion 21
2727

2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}
@@ -33,8 +33,8 @@ android {
3333
targetCompatibility 1.8
3434
}
3535

36-
compileSdkVersion project.hasProperty('global_compileSdkVersion') ? global_compileSdkVersion : 28
37-
buildToolsVersion project.hasProperty('global_buildToolsVersion') ? global_buildToolsVersion : '28.0.3'
36+
compileSdkVersion 30
37+
buildToolsVersion '30.0.2'
3838

3939
dependencies {
4040
// this is only necessary to get compilation working for self signed certificates. dependency isn't added.
@@ -50,6 +50,6 @@ android {
5050
}
5151
}
5252

53-
if (System.getenv().I_AM_KOUSH == 'true') {
53+
if (false && System.getenv().I_AM_KOUSH == 'true') {
5454
apply from: 'https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
5555
}

0 commit comments

Comments
 (0)