Skip to content

Commit 732e8d5

Browse files
authored
Merge pull request #73 from AppDevNext/AndroidStudio-4.0.2
Android Studio 4.0.2
2 parents 6aa9f90 + 3582af0 commit 732e8d5

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

.idea/codeStyles/Project.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.0.1'
12+
classpath 'com.android.tools.build:gradle:4.0.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
classpath "org.jlleitschuh.gradle:ktlint-gradle:9.2.1"
1515

@@ -36,7 +36,7 @@ allprojects {
3636
}
3737

3838
ext {
39-
propCompileSdkVersion = 29
39+
propCompileSdkVersion = 30
4040
coreVersion = "1.2.0"
4141
runnerVersion = "1.1.1"
4242
extJUnitVersion = "1.1.1"

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
versionName "1.0"
1313

1414
minSdkVersion 16
15-
targetSdkVersion 29
15+
targetSdkVersion 30
1616

1717
compileOptions {
1818
sourceCompatibility 1.8

0 commit comments

Comments
 (0)