Skip to content

Commit 5f9abf4

Browse files
committed
upgrade compileSdkVersion & add namespace
1 parent 9863b4d commit 5f9abf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 31
29-
28+
compileSdkVersion 35
29+
namespace "com.browserstack.fluttersystemproxy.flutter_system_proxy_example"
3030
defaultConfig {
3131
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3232
applicationId "com.browserstack.fluttersystemproxy.flutter_system_proxy_example"
33-
minSdkVersion 16
33+
minSdkVersion flutter.minSdkVersion
3434
targetSdkVersion 30
3535
versionCode flutterVersionCode.toInteger()
3636
versionName flutterVersionName

0 commit comments

Comments
 (0)