Skip to content
Snippets Groups Projects

Qr scanner

Open Chaitanya Mangra requested to merge qr_scanner into Deggendorf_App_1.0
5 files
+ 69
45
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -36,7 +36,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.deggendorf_app"
minSdkVersion flutter.minSdkVersion
minSdkVersion 20
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Loading