Add Onionshare Android app

This commit is contained in:
Torsten Grote 2024-01-15 15:56:09 +00:00 committed by Licaon_Kter
parent 2528f1e1a3
commit 4aa106f150

View file

@ -0,0 +1,66 @@
Categories:
- Internet
- Security
License: GPL-3.0-only
SourceCode: https://github.com/onionshare/onionshare-android
IssueTracker: https://github.com/onionshare/onionshare-android/issues
AutoName: OnionShare (beta)
RepoType: git
Repo: https://github.com/onionshare/onionshare-android
Builds:
- versionName: 0.1.18-beta
versionCode: 191
commit: 64c40460cd59321c833fdb38a23bfdebce57526d
subdir: app
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"armeabi-v7a"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.1.18-beta
versionCode: 192
commit: 64c40460cd59321c833fdb38a23bfdebce57526d
subdir: app
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"arm64-v8a"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.1.18-beta
versionCode: 193
commit: 64c40460cd59321c833fdb38a23bfdebce57526d
subdir: app
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"x86"/' build.gradle
gradleprops:
- splitApk
- versionName: 0.1.18-beta
versionCode: 194
commit: 64c40460cd59321c833fdb38a23bfdebce57526d
subdir: app
gradle:
- fdroid
prebuild: sed -i -e 's/include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"/include
"x86_64"/' build.gradle
gradleprops:
- splitApk
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- 10 * %c + 1
- 10 * %c + 2
- 10 * %c + 3
- 10 * %c + 4
CurrentVersion: 0.1.18-beta
CurrentVersionCode: 194