diff --git a/metadata/org.kiwix.kiwixmobile.yml b/metadata/org.kiwix.kiwixmobile.yml index 3513255da1..a4fcba0612 100644 --- a/metadata/org.kiwix.kiwixmobile.yml +++ b/metadata/org.kiwix.kiwixmobile.yml @@ -207,6 +207,20 @@ Builds: gradleprops: - disableSigning + - versionName: 3.5.0 + versionCode: 7230500 + commit: 3.5.0 + 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. @@ -214,5 +228,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 3.4.1 -CurrentVersionCode: 230401 +CurrentVersion: 3.5.0 +CurrentVersionCode: 230500