try something
This commit is contained in:
parent
c369ee7ae1
commit
3281aa2afb
@ -20,14 +20,11 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "de.swgross.calorimeter"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
versionCode = 2001
|
||||
versionName = 1.0.0
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -1,8 +1,4 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.swgross.calorimeter"
|
||||
android:versionCode="2001"
|
||||
android:versionName="1.0.0">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<application
|
||||
|
Loading…
Reference in New Issue
Block a user