Skip to content

Commit

Permalink
BAck to v34
Browse files Browse the repository at this point in the history
v35 seems to have an issue with SettingsActivity (top bar displays above settings)
  • Loading branch information
Neamar committed Sep 18, 2024
1 parent cdac40f commit 0a380e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ plugins {

android {
defaultConfig {
compileSdk 35
compileSdk 34
}
buildFeatures {
buildConfig = true
}
defaultConfig {
applicationId 'fr.neamar.kiss'
minSdkVersion 15
targetSdkVersion 35
targetSdkVersion 34
versionCode 209
versionName "3.21.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0a380e9

Please sign in to comment.