Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.29 #422

Merged
merged 11 commits into from
Sep 25, 2024
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
Loading