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 48c8f52 commit 93da692Copy full SHA for 93da692
app/build.gradle
@@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
3
apply plugin: 'kotlin-android'
4
5
android {
6
- compileSdkVersion 34
+ compileSdkVersion 35
7
8
defaultConfig {
9
applicationId "phone.vishnu.quotes"
10
minSdkVersion 22
11
- targetSdkVersion 34
+ targetSdkVersion 35
12
versionCode 65
13
versionName "v3.1.2"
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments