Showing
3 changed files
with
2 additions
and
1 deletions
... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { | ... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { |
32 | } | 32 | } |
33 | 33 | ||
34 | android { | 34 | android { |
35 | - compileSdkVersion 30 | 35 | + compileSdkVersion 31 |
36 | 36 | ||
37 | compileOptions { | 37 | compileOptions { |
38 | sourceCompatibility JavaVersion.VERSION_1_8 | 38 | sourceCompatibility JavaVersion.VERSION_1_8 | ... | ... |
... | @@ -8,6 +8,7 @@ buildscript { | ... | @@ -8,6 +8,7 @@ buildscript { |
8 | dependencies { | 8 | dependencies { |
9 | classpath 'com.android.tools.build:gradle:7.0.2' | 9 | classpath 'com.android.tools.build:gradle:7.0.2' |
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
11 | + classpath "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" | ||
11 | } | 12 | } |
12 | } | 13 | } |
13 | 14 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment