Skip to content

Commit 4030dd4

Browse files
committed
Prepare release 1.2.1
1 parent 9abe25d commit 4030dd4

File tree

8 files changed

+24
-19
lines changed

8 files changed

+24
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CHANGELOG
77

88
## Upcoming version ##
99

10+
## 1.2.1 (2022-11-21) ##
11+
1012
* 🐞 Integer prices were not parsed correctly ([#44](https://github.com/tankste/app/issues/44))
1113

1214
## 1.2.0 (2022-11-13) ##

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (flutterVersionCode == null) {
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '1.0'
21+
flutterVersionName = '0.0.0'
2222
}
2323

2424
apply plugin: 'com.android.application'
@@ -48,9 +48,9 @@ android {
4848
applicationId "app.tankste"
4949
// You can update the following values to match your application needs.
5050
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
51-
minSdkVersion 23 // TODO: can be 20 without android car, should be build twice?!
51+
minSdkVersion 20 // TODO: can be 20 without android car, should be build twice?!
5252
targetSdkVersion 33
53-
versionCode 9
53+
versionCode flutterVersionCode.toInteger()
5454
versionName flutterVersionName
5555
}
5656

@@ -60,7 +60,7 @@ android {
6060
minifyEnabled true
6161

6262
ndk {
63-
debugSymbolLevel 'FULL'
63+
debugSymbolLevel 'SYMBOL_TABLE'
6464
}
6565
}
6666
}

ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ EXTERNAL SOURCES:
6060

6161
SPEC CHECKSUMS:
6262
apple_maps_flutter: c59725efea39e13e703cde52a1d2b14866ad68a8
63-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
63+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
6464
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
6565
google_maps_flutter_ios: 66201f392bf62d500f07670a30488a247b9bb5b9
6666
GoogleMaps: 025272d5876d3b32604e5c080dc25eaf68764693
@@ -70,6 +70,6 @@ SPEC CHECKSUMS:
7070
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
7171
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
7272

73-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
73+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
7474

7575
COCOAPODS: 1.11.3

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -224,6 +224,7 @@
224224
};
225225
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
226226
isa = PBXShellScriptBuildPhase;
227+
alwaysOutOfDate = 1;
227228
buildActionMask = 2147483647;
228229
files = (
229230
);
@@ -255,6 +256,7 @@
255256
};
256257
9740EEB61CF901F6004384FC /* Run Script */ = {
257258
isa = PBXShellScriptBuildPhase;
259+
alwaysOutOfDate = 1;
258260
buildActionMask = 2147483647;
259261
files = (
260262
);
@@ -373,9 +375,8 @@
373375
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
374376
buildSettings = {
375377
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
376-
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
378+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
377379
CLANG_ENABLE_MODULES = YES;
378-
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
379380
DEVELOPMENT_TEAM = 78V5RJR2WD;
380381
ENABLE_BITCODE = NO;
381382
INFOPLIST_FILE = Runner/Info.plist;
@@ -505,9 +506,8 @@
505506
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
506507
buildSettings = {
507508
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
508-
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
509+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
509510
CLANG_ENABLE_MODULES = YES;
510-
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
511511
DEVELOPMENT_TEAM = 78V5RJR2WD;
512512
ENABLE_BITCODE = NO;
513513
INFOPLIST_FILE = Runner/Info.plist;
@@ -531,9 +531,8 @@
531531
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
532532
buildSettings = {
533533
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
534-
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
534+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
535535
CLANG_ENABLE_MODULES = YES;
536-
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
537536
DEVELOPMENT_TEAM = 78V5RJR2WD;
538537
ENABLE_BITCODE = NO;
539538
INFOPLIST_FILE = Runner/Info.plist;

ios/Runner/Info.plist

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
2626
<string>$(FLUTTER_BUILD_NUMBER)</string>
27+
<key>LSApplicationCategoryType</key>
28+
<string></string>
2729
<key>LSApplicationQueriesSchemes</key>
2830
<array>
2931
<string>comgooglemaps</string>
@@ -45,16 +47,16 @@
4547
<string>Use location for find gas stations in your near.</string>
4648
<key>NSLocationWhenInUseUsageDescription</key>
4749
<string>Use location for find gas stations in your near.</string>
50+
<key>UIApplicationSupportsIndirectInputEvents</key>
51+
<true/>
4852
<key>UILaunchStoryboardName</key>
4953
<string>LaunchScreen.storyboard</string>
5054
<key>UIMainStoryboardFile</key>
5155
<string>Main</string>
5256
<key>UIRequiresFullScreen</key>
53-
<false/>
57+
<true/>
5458
<key>UIStatusBarStyle</key>
5559
<string>UIStatusBarStyleDarkContent</string>
56-
<key>LSApplicationCategoryType</key>
57-
<string></string>
5860
<key>UISupportedInterfaceOrientations</key>
5961
<array>
6062
<string>UIInterfaceOrientationPortrait</string>
@@ -72,5 +74,7 @@
7274
<false/>
7375
<key>googleMapsKey</key>
7476
<string>$(GOOGLE_MAPS_KEY)</string>
77+
<key>ITSAppUsesNonExemptEncryption</key>
78+
<false/>
7579
</dict>
7680
</plist>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tankste
22
description: Finde die günstigste Tankstelle in deiner Nähe!
33
publish_to: 'none'
44

5-
version: 1.3.0+3
5+
version: 1.2.1+12
66

77
environment:
88
sdk: ">=2.17.1 <3.0.0"

0 commit comments

Comments
 (0)