Skip to content

Commit 145f7b7

Browse files
committed
Merge pull request #402 from AppDevNext/dependabot/gradle/master/com.android.tools.build-gradle-8.13.0
Bump com.android.tools.build:gradle from 8.12.2 to 8.13.0
2 parents 5496076 + fc49ca0 commit 145f7b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)