Skip to content

Commit

Permalink
Release for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zadeviggers committed May 2, 2023
1 parent fa20459 commit e68b6df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "net.viggers.zade.wallpaper"
minSdk 27
targetSdk 33
versionCode 21
versionName "15.6"
versionCode 22
versionName "15.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 21,
"versionName": "15.6",
"versionCode": 22,
"versionName": "15.7",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</service>

<activity android:name=".PreferencesActivity" android:exported="true" />

<activity
android:name=".MainActivity"
android:exported="true">
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Version 15.7 (#22)

- Fix critical bug causing installation of the wallpaper to fail

**Full Changelog**: https://github.com/zadeviggers/wallpaper/compare/Version15.6...Version15.7

0 comments on commit e68b6df

Please sign in to comment.