prepare fdroid build

This commit is contained in:
Marco 2024-12-07 16:53:38 +01:00
parent 1303b54380
commit dbaed8dffb
4 changed files with 8 additions and 7 deletions

1
.flutter Submodule

@ -0,0 +1 @@
Subproject commit dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule ".flutter"]
path = .flutter
url = https://github.com/flutter/flutter.git

View File

@ -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 {

View File

@ -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