Skip to content

Commit 93da692

Browse files
committed
chore: update gradle version to 35
1 parent 48c8f52 commit 93da692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
33
apply plugin: 'kotlin-android'
44

55
android {
6-
compileSdkVersion 34
6+
compileSdkVersion 35
77

88
defaultConfig {
99
applicationId "phone.vishnu.quotes"
1010
minSdkVersion 22
11-
targetSdkVersion 34
11+
targetSdkVersion 35
1212
versionCode 65
1313
versionName "v3.1.2"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)