aboutsummaryrefslogtreecommitdiff
path: root/android/app/build.gradle
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 12:07:51 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 12:07:51 +0100
commit7c365cd35a4222e9fa92e61206c12bc79db24faa (patch)
treee57ac3c74800fbb0460b15e217765ee72addb5f7 /android/app/build.gradle
parent6bd6722a5ff2c654f0f6103852b95ca8e80526a4 (diff)
Update android project
Diffstat (limited to 'android/app/build.gradle')
-rw-r--r--android/app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index b2b235a..d942904 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
- compileSdkVersion 33 // flutter.compileSdkVersion
+ compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileOptions {
@@ -51,7 +51,7 @@ android {
defaultConfig {
applicationId "com.davidpenkowoj.kulinar_app"
// You can update the following values to match your application needs.
- // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
+ // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
@@ -66,6 +66,7 @@ android {
storePassword keystoreProperties['storePassword']
}
}
+
buildTypes {
release {
signingConfig signingConfigs.release