File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
15
15
android {
16
16
compileSdkVersion 29
17
- buildToolsVersion " 29.0.1 "
17
+ buildToolsVersion " 29.0.2 "
18
18
19
19
kotlinOptions {
20
20
apiVersion = " 1.3"
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
}
23
23
24
24
defaultConfig {
25
- targetSdkVersion 28
26
- minSdkVersion 14
25
+ targetSdkVersion 30
26
+ minSdkVersion 21
27
27
28
28
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
29
29
}
@@ -33,8 +33,8 @@ android {
33
33
targetCompatibility 1.8
34
34
}
35
35
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 '
38
38
39
39
dependencies {
40
40
// this is only necessary to get compilation working for self signed certificates. dependency isn't added.
@@ -50,6 +50,6 @@ android {
50
50
}
51
51
}
52
52
53
- if (System . getenv(). I_AM_KOUSH == ' true' ) {
53
+ if (false && System . getenv(). I_AM_KOUSH == ' true' ) {
54
54
apply from : ' https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
55
55
}
You can’t perform that action at this time.
0 commit comments