Skip to content

Commit 1fb8faa

Browse files
authored
Update build.gradle
1 parent 1e3f503 commit 1fb8faa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ apply plugin: 'com.google.gms.google-services'
2727

2828

2929
android {
30-
compileSdkVersion 34
30+
namespace "com.delus.pos"
31+
compileSdkVersion 35
3132

3233
compileOptions {
3334
sourceCompatibility JavaVersion.VERSION_1_8
@@ -38,7 +39,7 @@ android {
3839
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3940
applicationId "com.delus.pos"
4041
minSdkVersion 21
41-
targetSdkVersion 34
42+
targetSdkVersion 35
4243
multiDexEnabled true
4344
versionCode flutterVersionCode.toInteger()
4445
versionName flutterVersionName

0 commit comments

Comments
 (0)