Skip to content

Commit

Permalink
v1.29_beta
Browse files Browse the repository at this point in the history
  - Release
  • Loading branch information
Hamza417 committed Feb 4, 2024
1 parent feb8217 commit fc464fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,5 @@
<string name="hue">Hue</string>
<string name="scheduling">Scheduling</string>
<string name="auto_wallpaper">Change Wallpaper Automatically</string>
<string name="auto_wallpaper_summary">Automatically change system and lock screen wallpapers over a specified period.</string>
<string name="off">Off</string>
<string name="auto_wallpaper_summary">Automatically change system and lock screen wallpapers over a specified period.\n\nThe app will use your current wallpaper directory.</string>
</resources>
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/129.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added monochrome icon support
- Added Auto Wallpaper Changer

0 comments on commit fc464fd

Please sign in to comment.