diff --git a/app/build.gradle b/app/build.gradle index eeebe34b..02708254 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "app.simple.peri" minSdk 24 targetSdk 34 - versionCode 128 - versionName "1.28_beta" + versionCode 129 + versionName "1.29_beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 594570a1..8b667a4a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -102,6 +102,5 @@ Hue Scheduling Change Wallpaper Automatically - Automatically change system and lock screen wallpapers over a specified period. - Off + Automatically change system and lock screen wallpapers over a specified period.\n\nThe app will use your current wallpaper directory. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/129.txt b/fastlane/metadata/android/en-US/changelogs/129.txt new file mode 100644 index 00000000..4000a9a0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/129.txt @@ -0,0 +1,2 @@ +- Added monochrome icon support +- Added Auto Wallpaper Changer \ No newline at end of file