Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Dec 10, 2023
1 parent 47dc20d commit 4adfdb2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.bobek.compass"
minSdk = 23
targetSdk = 34
versionCode = 17
versionName = "1.12.0"
versionCode = 18
versionName = "1.13.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/de/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Hinweis zur verwendeten Deklination hinzugefügt
- Erklärungsbild zur Sensorkalibrierung hinzugefügt
- Ungarische Übersetzung hinzugefügt
- Verbesserte Sensor Status Anzeige
- Dedizierte Markierung für Norden entfernt
- minSDK wurde auf 23 angehoben
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added declination hint
- Added sensor calibration explanation image
- Added Hungarian translation
- Improved sensor status display
- Removed dedicated marking for north on compass rose
- Incremented minSDK to 23

0 comments on commit 4adfdb2

Please sign in to comment.