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 fbfd05e commit 9fd6152Copy full SHA for 9fd6152
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
plugins {
9
id 'com.android.application' version '7.2.2' apply false
10
id 'com.android.library' version '7.2.2' apply false
11
- id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
+ id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
12
}
13
14
allprojects {
@@ -21,9 +21,9 @@ allprojects {
21
22
ext {
23
// App tools version
24
- compileSdkVersion = 33
+ compileSdkVersion = 34
25
minSdkVersion = 24
26
- targetSdkVersion = 33
+ targetSdkVersion = 34
27
28
// App dependencies versions
29
okHttp3Version = '4.10.0'
0 commit comments