Skip to content

Commit

Permalink
api35
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 3, 2024
1 parent e26a5a7 commit 785d484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
applicationId "com.xxmassdeveloper.mpchartexample"
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
versionCode getGitCommitCount()
versionName getTag()
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
namespace 'com.github.mikephil.charting'
defaultConfig {
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35

// VERSION_NAME no longer available as of 4.1
// https://issuetracker.google.com/issues/158695880
Expand Down

0 comments on commit 785d484

Please sign in to comment.