Skip to content

Commit

Permalink
build: change compile version to 35 (Android 15)
Browse files Browse the repository at this point in the history
Also fix some deprecated gradle variables.
  • Loading branch information
mwarning committed Dec 21, 2024
1 parent 50e5271 commit 087d7b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apply plugin: 'kotlin-android'
android {
signingConfigs {
}
compileSdkVersion 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
compileSdk 34
versionCode 441
versionName "4.4.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand All @@ -18,6 +18,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"


Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

0 comments on commit 087d7b0

Please sign in to comment.