Bump version to 1.0.4

This commit is contained in:
Marco 2024-12-22 18:31:59 +01:00
parent 63e9b471b4
commit 766a3ca6b0

View File

@ -15,6 +15,7 @@ android {
namespace = "de.swgross.calorimeter"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
dependenciesInfo {
includeInApk = false
includeInBundle = false
@ -33,8 +34,8 @@ android {
applicationId = "de.swgross.calorimeter"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = 3
versionName = "1.0.3"
versionCode = 4
versionName = "1.0.4"
}
signingConfigs {