Skip to content

Commit

Permalink
Fix last bug before next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Apr 20, 2022
1 parent 9329050 commit ad41346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.20'
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const regularLectureCategory = 'Sitzung';
final dateFormat = DateFormat.yMd();
final hmTimeFormat = DateFormat.Hm();
final weekdayFormat = DateFormat('EEEE');
final decimalFormat = NumberFormat('###.00');
final decimalFormat = NumberFormat('##0.00');

Location? _location;

Expand Down

0 comments on commit ad41346

Please sign in to comment.