diff --git a/metadata/org.kiwix.kiwixmobile.yml b/metadata/org.kiwix.kiwixmobile.yml index e61502ac3b..d24d98d58f 100644 --- a/metadata/org.kiwix.kiwixmobile.yml +++ b/metadata/org.kiwix.kiwixmobile.yml @@ -193,6 +193,20 @@ Builds: gradleprops: - disableSigning + - versionName: 3.4.1 + versionCode: 230401 + commit: 3.4.1 + 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 + gradleprops: + - disableSigning + ndk: r21d + 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. @@ -200,5 +214,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: Tags -CurrentVersion: 3.3.1 -CurrentVersionCode: 230301 +CurrentVersion: 3.4.1 +CurrentVersionCode: 230401