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 8e7bcd9 commit 8ad4e94Copy full SHA for 8ad4e94
example/android/app/build.gradle
@@ -44,7 +44,7 @@ android {
44
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
45
applicationId "com.aheaditec.freerasp_example"
46
// Talsec library needs higher version than default (16)
47
- minSdkVersion flutter.minSdkVersion
+ minSdkVersion 23
48
targetSdkVersion flutter.targetSdkVersion
49
versionCode flutterVersionCode.toInteger()
50
versionName flutterVersionName
0 commit comments