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 4e850fa commit 6fa7f3dCopy full SHA for 6fa7f3d
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 23
+ minSdkVersion flutter.minSdkVersion
48
targetSdkVersion flutter.targetSdkVersion
49
versionCode flutterVersionCode.toInteger()
50
versionName flutterVersionName
0 commit comments