mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
Compile libraries for ARM devices
This commit is contained in:
@@ -29,7 +29,7 @@ val description by extra("A trick of keystore")
|
|||||||
val verName by extra("v1.0.4")
|
val verName by extra("v1.0.4")
|
||||||
val verCode by extra(gitCommitCount)
|
val verCode by extra(gitCommitCount)
|
||||||
val commitHash by extra(gitCommitHash)
|
val commitHash by extra(gitCommitHash)
|
||||||
val abiList by extra(listOf("arm64-v8a", "x86_64"))
|
val abiList by extra(listOf("arm64-v8a", "x86_64", "armeabi-v7a"))
|
||||||
|
|
||||||
val androidMinSdkVersion by extra(31)
|
val androidMinSdkVersion by extra(31)
|
||||||
val androidTargetSdkVersion by extra(35)
|
val androidTargetSdkVersion by extra(35)
|
||||||
|
|||||||
Reference in New Issue
Block a user