mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Bump some versions, build app with flutter 2.10
This commit is contained in:
@@ -72,7 +72,7 @@ android {
|
||||
targetSdkVersion 31
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
manifestPlaceholders = [WGER_API_KEY: wgerApiKey]
|
||||
manifestPlaceholders += [WGER_API_KEY: wgerApiKey]
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user