mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
cpuinfo: add 4.4.3
This commit is contained in:
parent
b00889d27d
commit
bb1298d135
1 changed files with 18 additions and 2 deletions
|
|
@ -84,9 +84,25 @@ Builds:
|
|||
../external/cpuinfo/lib/$arch; done
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 4.4.3
|
||||
versionCode: 40403
|
||||
commit: 4.4.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- cpuinfo@63b254577ed77a8004a9be6ac707f3dccc4e1fd9
|
||||
prebuild: sed -i -e "s/fileTree.*/'com.opencsv:opencsv:4.5'/" build.gradle
|
||||
scandelete:
|
||||
- external
|
||||
- app/libs
|
||||
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
|
||||
../external/cpuinfo/lib/$arch; done
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: We can't use auto update because version code and name are dynamic.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 4.4.2
|
||||
CurrentVersionCode: 40402
|
||||
CurrentVersion: 4.4.3
|
||||
CurrentVersionCode: 40403
|
||||
|
|
|
|||
Loading…
Reference in a new issue