File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
1818 namespace ' com.github.mikephil.charting'
1919 defaultConfig {
2020 minSdkVersion 21
21- compileSdk 35
22- targetSdkVersion 35
21+ compileSdk 36
22+ targetSdkVersion 36
2323
2424 // VERSION_NAME no longer available as of 4.1
2525 // https://issuetracker.google.com/issues/158695880
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 defaultConfig {
99 applicationId " info.appdev.chartexample"
1010 minSdkVersion 21
11- compileSdk 35
12- targetSdkVersion 35
11+ compileSdk 36
12+ targetSdkVersion 36
1313 versionCode getGitCommitCount()
1414 versionName getTag()
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.12.2 '
9+ classpath ' com.android.tools.build:gradle:8.13.0 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 }
You can’t perform that action at this time.
0 commit comments