Skip to content
Snippets Groups Projects

Qr scanner

Open Chaitanya Mangra requested to merge qr_scanner into Deggendorf_App_1.0
2 files
+ 177
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 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