Skip to content

Commit

Permalink
Release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed May 1, 2023
1 parent c4c01b2 commit 045a544
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This project is intended to offer a simple and good looking compass for Android.
* Can point to magnetic north as well as true north
* Shows exact degrees and cardinal direction
* Displays sensor status
* Haptic feedback
* Automatic night mode
* No advertisements
* No annoyance
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId 'com.bobek.compass'
minSdk 22
targetSdk 33
versionCode 11
versionName '1.10'
versionCode 12
versionName '1.11'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Haptisches Feedback
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Inhalt:
* Kann sowohl zum magnetischen Nordpol als auch zum geografischen Nordpol zeigen
* Zeigt die exakte Gradzahl und Himmelsrichtung an
* Zeigt den Sensor Status an
* Haptisches Feedback
* Automatischer Nachtmodus
* Keine Werbung
* Keine Belästigung
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Haptic feedback
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Features:
* Can point to magnetic north as well as true north
* Shows exact degrees and cardinal direction
* Displays sensor status
* Haptic feedback
* Automatic night mode
* No advertisements
* No annoyance
Expand Down

0 comments on commit 045a544

Please sign in to comment.