File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141 applicationId " com.papierkram.timetracker"
4242 minSdkVersion 18
4343 targetSdkVersion 29
44- versionCode 8
44+ versionCode 9
4545 versionName flutterVersionName
4646 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
4747 }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const BoxDecoration rowHeading = const BoxDecoration(
5151final DateFormat hoursSeconds = DateFormat ("HH:mm" );
5252final DateFormat dayMonthYear = DateFormat ("dd.MM.yyyy" );
5353final DateFormat dayMonth = DateFormat ("dd.MM." );
54- final RegExp iapAppNameFilter = RegExp ("(?> \( .+?\) )\$ " , caseSensitive: false );
54+ final RegExp iapAppNameFilter = RegExp (r'( \(.+?\))$' , caseSensitive: false );
5555
5656void main () => runApp (App ());
5757
Original file line number Diff line number Diff line change 11name : timetracker
22description : Papierkram.de - TimeTracker as flutter app
33
4- version : 1.4.0
4+ version : 1.4.1
55
66environment :
77 sdk : " >=2.2.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments