Skip to content

Commit

Permalink
Merge pull request #99 from pserwylo/bump-for-release-1.26-target-sdk
Browse files Browse the repository at this point in the history
Target sdk 34 and bump to version 1.26
  • Loading branch information
nicolasbrailo authored Aug 5, 2024
2 parents 7557a29 + cb7adc5 commit 32c38df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apply plugin: 'com.android.application'
apply plugin: 'de.mannodermaus.android-junit5'

android {
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.nicobrailo.pianoli"
minSdkVersion 21

// We deliberately target the oldest API that Google Play allows, to allow running PianOli on ancient
// "drawer phones", which are more likely to be given to babies.
//noinspection OldTargetApi
targetSdkVersion 33
versionCode 25
versionName "1.25"
targetSdkVersion 34
versionCode 26
versionName "1.26"
}


Expand Down Expand Up @@ -51,11 +51,11 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.preference:preference:1.2.1'
implementation "androidx.annotation:annotation:1.7.0"
implementation "androidx.annotation:annotation:1.8.1"

testImplementation "org.junit.jupiter:junit-jupiter:5.9.2"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Technical change:
* Target latest Android SDK

Want to help contribute or translate PianOli into your language? Join us on GitHub and Weblate.

0 comments on commit 32c38df

Please sign in to comment.