Skip to content

Commit

Permalink
Merge pull request #422 from adeekshith/targetsdk-34-migration
Browse files Browse the repository at this point in the history
release v1.29
  • Loading branch information
adeekshith authored Sep 25, 2024
2 parents b696154 + 71cc688 commit 8f0c989
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.parishod.watomatic"
minSdkVersion 21
targetSdkVersion 34
versionCode 27
versionName "1.22"
versionCode 29
versionName "1.29"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ allprojects {
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
delete layout.buildDirectory
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Upgrade to make it work with Android SDK 34
* Bug fixes and performance improvements
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Upgrade to make it work with Android SDK 34
* Bug fixes and performance improvements

0 comments on commit 8f0c989

Please sign in to comment.