We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3f503 commit 1fb8faaCopy full SHA for 1fb8faa
1 file changed
android/app/build.gradle
@@ -27,7 +27,8 @@ apply plugin: 'com.google.gms.google-services'
27
28
29
android {
30
- compileSdkVersion 34
+ namespace "com.delus.pos"
31
+ compileSdkVersion 35
32
33
compileOptions {
34
sourceCompatibility JavaVersion.VERSION_1_8
@@ -38,7 +39,7 @@ android {
38
39
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
40
applicationId "com.delus.pos"
41
minSdkVersion 21
- targetSdkVersion 34
42
+ targetSdkVersion 35
43
multiDexEnabled true
44
versionCode flutterVersionCode.toInteger()
45
versionName flutterVersionName
0 commit comments