|
@@ -28,12 +28,13 @@ android {
|
|
|
|
|
|
defaultConfig {
|
|
|
applicationId "com.example.sis_flutter"
|
|
|
- minSdkVersion 21
|
|
|
+ minSdkVersion 27
|
|
|
targetSdkVersion 34
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|
|
|
ndkVersion flutter.ndkVersion
|
|
|
}
|
|
|
+ ndkVersion = "26.1.10909125"
|
|
|
|
|
|
compileOptions {
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|