mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update mpvKt to 0.1.5 (114)
This commit is contained in:
parent
04ee7bd0bf
commit
ccde50e5c3
1 changed files with 41 additions and 2 deletions
|
|
@ -90,6 +90,45 @@ Builds:
|
|||
prebuild: sed -i -e 's/include(.*)/include("x86_64")/' -e '/isUniversalApk/d'
|
||||
build.gradle.kts
|
||||
|
||||
- versionName: 0.1.5
|
||||
versionCode: 111
|
||||
commit: 924e21dcc5eb5bc9f793044fa6e48ca26f1312f7
|
||||
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.5
|
||||
versionCode: 112
|
||||
commit: 924e21dcc5eb5bc9f793044fa6e48ca26f1312f7
|
||||
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.5
|
||||
versionCode: 113
|
||||
commit: 924e21dcc5eb5bc9f793044fa6e48ca26f1312f7
|
||||
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.5
|
||||
versionCode: 114
|
||||
commit: 924e21dcc5eb5bc9f793044fa6e48ca26f1312f7
|
||||
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
|
||||
|
|
@ -99,5 +138,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
- 10 * %c + 4
|
||||
CurrentVersion: 0.1.4
|
||||
CurrentVersionCode: 104
|
||||
CurrentVersion: 0.1.5
|
||||
CurrentVersionCode: 114
|
||||
|
|
|
|||
Loading…
Reference in a new issue