Skip to content

Commit

Permalink
Bump version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Feb 25, 2022
1 parent a3487b0 commit b15237a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions metadata/de/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
meteroid setzt nun Android 5 (oder neuer) voraus.

Ansonsten hat sich nicht viel getan:
neuere Versionen von verwendeten Libraries und kleinere Aufräumarbeiten
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
meteroid now requires Android 5 (or newer).

The other changes are rather small:
new versions of used libraries and small code cleanups
4 changes: 2 additions & 2 deletions meteroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.chaosdorf.meteroid"
android:versionCode="43"
android:versionName="2.10.1">
android:versionCode="50"
android:versionName="2.11.0">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down

0 comments on commit b15237a

Please sign in to comment.