Update CPU Info to 5.3.1

This commit is contained in:
Kamil Gurgul 2024-02-05 07:47:59 +00:00 committed by linsui
parent 18c1e90ce5
commit 68b0d01cfe

View file

@ -196,9 +196,27 @@ Builds:
../external/cpuinfo/lib/$arch; done
ndk: r25b
- versionName: 5.3.1
versionCode: 50301
commit: 5.3.1
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.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 5.2.0
CurrentVersionCode: 50200
CurrentVersion: 5.3.1
CurrentVersionCode: 50301