prepare fdroid build
This commit is contained in:
parent
1303b54380
commit
dbaed8dffb
1
.flutter
Submodule
1
.flutter
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule ".flutter"]
|
||||
path = .flutter
|
||||
url = https://github.com/flutter/flutter.git
|
@ -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,7 +1,7 @@
|
||||
name: calorimeter
|
||||
description: "A new Flutter project."
|
||||
description: "Track your calories!"
|
||||
publish_to: 'none'
|
||||
version: 1.1.0
|
||||
version: 1.0.0+2001
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user