1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-21 21:22:44 +00:00

Update NDK

This commit is contained in:
Alula 2024-08-28 22:16:19 +02:00
parent 396f64dbab
commit ab4da66990
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -7,14 +7,14 @@ android {
namespace "io.github.doukutsu_rs"
compileSdkVersion 33
buildToolsVersion "33.0.0"
ndkVersion "25.2.9519653"
ndkVersion "27.0.12077973"
defaultConfig {
applicationId "io.github.doukutsu_rs"
minSdkVersion 24
targetSdkVersion 33
versionCode 2
versionName "0.101.0"
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"