mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
chore: android studio agp assistant; 16kb pagesize fix (#1107)
* upgrade android agp * update ndk and add manual linker for 16kb * upgarde ndk
This commit is contained in:
@@ -4,7 +4,7 @@ buildscript {
|
||||
minSdkVersion = 23
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 35
|
||||
ndkVersion = "27.0.11718014"
|
||||
ndkVersion = "27.0.12077973"
|
||||
kotlinVersion = "1.9.24"
|
||||
}
|
||||
repositories {
|
||||
|
||||
@@ -4,7 +4,7 @@ buildscript {
|
||||
minSdkVersion = 24
|
||||
compileSdkVersion = 36
|
||||
targetSdkVersion = 36
|
||||
ndkVersion = "27.1.12297006"
|
||||
ndkVersion = "27.0.12077973"
|
||||
kotlinVersion = "2.1.20"
|
||||
}
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user