Skip to content

Commit

Permalink
change version to V1.0 version code 10
Browse files Browse the repository at this point in the history
Add fastlane
  • Loading branch information
woheller69 committed Oct 13, 2021
1 parent 7b589d8 commit ea1e33e
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.woheller69.level"
minSdkVersion 16
targetSdkVersion 30
versionCode 36
versionName "1.9.7"
versionCode 10
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Basierend auf dem Source tar-Ball von F-Droid.
Aktualisiert auf targetSDK 30.
Einige unnötige Optionen entfernt.
Geringe Layoutänderungen.


13 changes: 13 additions & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Mit Wasserwaage können Sie Winkel und Neigungen messen.

Halten Sie eine der vier Seiten des Telefons gegen ein Objekt oder legen Sie es auf eine ebene Fläche, um die Ausrichtung zu prüfen.

* Kalibrieren
* Winkel oder Neigung anzeigen
* Soundeffekte
* Ausrichtungssperre

Keine Berechtigungen erforderlich



1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mit Wasserwaage können Sie Winkel und Neigungen messen
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wasserwaage
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Based on the source tar ball from F-Droid.
Updated to targetSDK 30.
Removed some unnecessary options.
Minor layout changes.
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
With Bubble you can measure angles an inclination

Hold one of the four sides of the phone against an object or place it on a flat surface to check the orientation.

* Calibrate
* Show angle or inclination
* Sound effects
* Orientation lock

No permissions required


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
With Bubble you can measure angles an inclination
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bubble

0 comments on commit ea1e33e

Please sign in to comment.