mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update mpvKt to 0.1.3 (94)
This commit is contained in:
parent
f00c7f1b38
commit
5fe81216c7
1 changed files with 41 additions and 2 deletions
|
|
@ -51,6 +51,45 @@ Builds:
|
|||
prebuild: sed -i -e 's/include(.*)/include("x86_64")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 91
|
||||
commit: 4bb980f4f2560419e27c3e23b2cd123b7411b556
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/abdallahmehiz/mpvKt/releases/download/v%v/mpvKt-armeabi-v7a-v%v.apk
|
||||
prebuild: sed -i -e 's/include(.*)/include("armeabi-v7a")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 92
|
||||
commit: 4bb980f4f2560419e27c3e23b2cd123b7411b556
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/abdallahmehiz/mpvKt/releases/download/v%v/mpvKt-arm64-v8a-v%v.apk
|
||||
prebuild: sed -i -e 's/include(.*)/include("arm64-v8a")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 93
|
||||
commit: 4bb980f4f2560419e27c3e23b2cd123b7411b556
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/abdallahmehiz/mpvKt/releases/download/v%v/mpvKt-x86-v%v.apk
|
||||
prebuild: sed -i -e 's/include(.*)/include("x86")/' -e '/isUniversalApk/d' build.gradle.kts
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 94
|
||||
commit: 4bb980f4f2560419e27c3e23b2cd123b7411b556
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/abdallahmehiz/mpvKt/releases/download/v%v/mpvKt-x86_64-v%v.apk
|
||||
prebuild: sed -i -e 's/include(.*)/include("x86_64")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 45595115db22ae17f29eb678c4a686780cd4a11a5d1c6ce7bda18168bfce00dc
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -60,5 +99,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
- 10 * %c + 4
|
||||
CurrentVersion: 0.1.2
|
||||
CurrentVersionCode: 84
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 94
|
||||
|
|
|
|||
Loading…
Reference in a new issue