diff --git a/.drone.yml b/.drone.yml index 1411a8c..07c029d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: - curl -sSL -u "$USERNAME:$PASSWORD" -o $KEYFILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$KEYFILE - sh gradlew build bundle - jarsigner -verbose -keystore $KEYFILE -storepass $KEYPASS -keypass $KEYPASS app/build/outputs/bundle/release/app-release.aab $KEYALIAS + - apksigner sign -v --ks $KEYFILE --ks-key-alias $KEYALIAS --ks-pass pass:$KEYPASS --key-pass pass:$KEYPASS app/build/outputs/apk/debug/app-debug.apk environment: USERNAME: from_secret: nextcloud_user diff --git a/README.md b/README.md index 6ecf8ce..503b742 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Provide a useful shortcut to set an image to your Android's wallpaper launcher a ## Download -You can find auto generated debug apk on the [Releases](https://git.crystalyx.net/Xefir/SetAsWallpaper/releases) page. +You can find auto generated debug apk on the [Releases](https://git.crystalyx.net/Xefir/SetAsWallpaper/releases) page or on [Google Play](https://play.google.com/store/apps/details?id=net.crystalyx.setaswallpaper). ## Build diff --git a/app/build.gradle b/app/build.gradle index 08e5919..fc659bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "net.crystalyx.setaswallpaper" minSdkVersion 14 targetSdkVersion 30 - versionCode 3 - versionName "2.1" + versionCode 4 + versionName "2.2" } buildTypes {