mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Vector Pinball to 1.11.0
This commit is contained in:
parent
d50b50a50b
commit
d016acdfe4
1 changed files with 13 additions and 5 deletions
|
|
@ -338,12 +338,20 @@ Builds:
|
|||
src/main/jniLibs/
|
||||
ndk: r22
|
||||
|
||||
MaintainerNotes: |-
|
||||
sed replaces needed as libgdx upstream currently don't provide a way to only build the android native bins only.
|
||||
If more apps start to depend on libgdx consider to create a feature request to change this.
|
||||
armeabi is removed from gdx-box2d/jni/Application.mk because recent NDK versions don't support it.
|
||||
- versionName: 1.11.0
|
||||
versionCode: 35
|
||||
commit: v1.11.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- app/libs/*
|
||||
|
||||
AutoUpdateMode: None
|
||||
MaintainerNotes: |-
|
||||
Starting with 1.11.0, libgdx is pulled from a trusted Maven repo and then native binaries are copied into app/libs.
|
||||
In earlier versions, libgdx native libraries are built locally; sed replaces are needed as libgdx upstream didn't have a way to only build the android native bins.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue