diff --git a/client_app/android/app/build.gradle.kts b/client_app/android/app/build.gradle.kts index 5bcfc81..5d3a018 100644 --- a/client_app/android/app/build.gradle.kts +++ b/client_app/android/app/build.gradle.kts @@ -28,7 +28,7 @@ android { applicationId = "com.halobestie.client.client_app" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. - minSdk = flutter.minSdkVersion + minSdk = 24 targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName diff --git a/mitra_app/android/app/build.gradle.kts b/mitra_app/android/app/build.gradle.kts index 9c96d33..ee769f3 100644 --- a/mitra_app/android/app/build.gradle.kts +++ b/mitra_app/android/app/build.gradle.kts @@ -25,7 +25,7 @@ android { applicationId = "com.halobestie.mitra.mitra_app" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. - minSdk = flutter.minSdkVersion + minSdk = 24 targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName