We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9863b4d commit 5f9abf4Copy full SHA for 5f9abf4
example/android/app/build.gradle
@@ -25,12 +25,12 @@ apply plugin: 'com.android.application'
25
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
26
27
android {
28
- compileSdkVersion 31
29
-
+ compileSdkVersion 35
+ namespace "com.browserstack.fluttersystemproxy.flutter_system_proxy_example"
30
defaultConfig {
31
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
32
applicationId "com.browserstack.fluttersystemproxy.flutter_system_proxy_example"
33
- minSdkVersion 16
+ minSdkVersion flutter.minSdkVersion
34
targetSdkVersion 30
35
versionCode flutterVersionCode.toInteger()
36
versionName flutterVersionName
0 commit comments