mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 12:09:57 +00:00
chore: bump ndkVersion to 27.0.12077973
This commit is contained in:
parent
e1cb87c8fd
commit
6c028b9a34
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ if (keystorePropertiesFile.exists()) {
|
||||||
android {
|
android {
|
||||||
namespace = "dev.mi6e4ka.openstore"
|
namespace = "dev.mi6e4ka.openstore"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = flutter.ndkVersion
|
// ndkVersion = flutter.ndkVersion
|
||||||
|
ndkVersion = "27.0.12077973"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue