Skip to content

Commit

Permalink
Rearranging file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed Feb 2, 2023
1 parent 11dbcb0 commit 53c6e56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Inspired by https://github.com/android/car-samples/tree/main/car-lib/CarGearView

## Changelog [DE]:

### 0.22.1 (02.02.2023)
- Falsche Lokalisierung für Norwegisch behoben.

### 0.22.0 (29.01.2023)
- Tripzusammenfassung für den aktuellen Trip hinzugefügt. (Um einen Trip-Reset während der Fahrt durchzuführen kann es erforderlich sein, die App neu zu installieren, da Änderungen im Manifest vorgnommen wurden)
- Stabilitätsverbresserungen bei der Abfrage und Verarbeitung von Fahrzeugdaten
Expand Down
4 changes: 2 additions & 2 deletions automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.ixam97.carStatsViewer"
minSdkVersion 28
targetSdkVersion 33
versionCode 37
versionName "0.22.0"
versionCode 38
versionName "0.22.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- PermissionsActivity -->
<string name="permissions_dialog_title">Tillatelser er nødvendig for bruk</string>
Expand Down
1 change: 1 addition & 0 deletions automotive/src/main/res/values-sv/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<!-- PermissionsActivity -->
<string name="permissions_dialog_title">Behörigheter krävs för användning</string>
Expand Down

0 comments on commit 53c6e56

Please sign in to comment.