Bump some versions, build app with flutter 2.10

This commit is contained in:
Roland Geider
2022-02-19 21:46:14 +01:00
parent a1b0fce54f
commit 2e9356ecda
9 changed files with 75 additions and 53 deletions

View File

@@ -72,7 +72,7 @@ android {
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders = [WGER_API_KEY: wgerApiKey]
manifestPlaceholders += [WGER_API_KEY: wgerApiKey]
}
signingConfigs {

View File

@@ -21,7 +21,7 @@
android:xlargeScreens="false"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="wger"
android:icon="@mipmap/ic_launcher">

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.4.32'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()