diff --git a/metadata/org.kiwix.kiwixmobile.yml b/metadata/org.kiwix.kiwixmobile.yml index 7d420a2e75..b117cc38a1 100644 --- a/metadata/org.kiwix.kiwixmobile.yml +++ b/metadata/org.kiwix.kiwixmobile.yml @@ -221,6 +221,20 @@ Builds: gradleprops: - disableSigning + - versionName: 3.6.0 + versionCode: 7230600 + commit: c04edd53c8c94199475ab6ae2a7a43084abf3c8a + subdir: app + gradle: + - yes + output: build/outputs/apk/release/dev-universal-release-unsigned.apk + prebuild: sed -i -e '/disableSigning/a \ \ \ \ \ \ \ \ signingConfig = null' build.gradle.kts + scandelete: + - contrib/move-string-resource + ndk: r21e + gradleprops: + - disableSigning + MaintainerNotes: |- For 2.2 and older repo: https://github.com/kiwix/kiwix-xulrunner Don't run `make android-deps` as that will download the SDK and NDK. @@ -229,5 +243,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: VERSION_INFO|\n([0-9]*)|.|(.*) -CurrentVersion: 3.5.0 -CurrentVersionCode: 7230500 +CurrentVersion: 3.6.0 +CurrentVersionCode: 7230600