mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update CPU Info to 5.1.0
This commit is contained in:
parent
b6aadd5e34
commit
ffb8b9fdfc
1 changed files with 20 additions and 2 deletions
|
|
@ -160,9 +160,27 @@ Builds:
|
||||||
../external/cpuinfo/lib/$arch; done
|
../external/cpuinfo/lib/$arch; done
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: 5.1.0
|
||||||
|
versionCode: 50100
|
||||||
|
commit: 5.1.0
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- cpuinfo@63b254577ed77a8004a9be6ac707f3dccc4e1fd9
|
||||||
|
scandelete:
|
||||||
|
- external
|
||||||
|
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: r25b
|
||||||
|
|
||||||
MaintainerNotes: We can't use auto update because version code and name are dynamic.
|
MaintainerNotes: We can't use auto update because version code and name are dynamic.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 5.0.1
|
CurrentVersion: 5.1.0
|
||||||
CurrentVersionCode: 50001
|
CurrentVersionCode: 50100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue