Skip to content

Commit

Permalink
Merge pull request #29 from RobbieNesmith/update-sdk
Browse files Browse the repository at this point in the history
Update sdk
  • Loading branch information
scoutant authored Oct 18, 2024
2 parents ba3d105 + 96a3cc5 commit c695e76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33 // 13.0
buildToolsVersion "33.0.0"
compileSdk 34 // 13.0
project.archivesBaseName = "blokish-3.5" // sync with Manifest

defaultConfig {
applicationId "org.scoutant.blokish"
minSdkVersion 28 // Android 9
targetSdkVersion 32 // Android 12.1
targetSdkVersion 34 // Android 14
versionCode 23
versionName "3.5"
project.ext.set("archivesBaseName", "blokish-" + defaultConfig.versionName)
Expand All @@ -22,9 +21,9 @@ android {
dependencies {
testImplementation 'junit:junit:4.13.2'

implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// implementation 'androidx.preference:preference:1.1.0' // TODO migrate preferences

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:8.5.1'
}
}

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
#Fri May 27 16:34:25 CEST 2016

# android.useDeprecatedNdk=true
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
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-7.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip

0 comments on commit c695e76

Please sign in to comment.