Skip to content

Commit

Permalink
Bump plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed Jul 17, 2024
1 parent 206d2ee commit b4361b1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions plugins/Osmand-Nautical/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ gen
raw
obj
*.iml

/release
4 changes: 2 additions & 2 deletions plugins/Osmand-Nautical/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.osmand.nauticalPlugin"
android:installLocation="auto"
android:versionCode="10"
android:versionName="1.0">
android:versionCode="12"
android:versionName="1.2">

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down
2 changes: 2 additions & 0 deletions plugins/Osmand-SRTMPlugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ bin
gen
raw
obj

/release
4 changes: 2 additions & 2 deletions plugins/Osmand-SRTMPlugin/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.osmand.srtmPlugin.paid"
android:installLocation="auto"
android:versionCode="10"
android:versionName="1.0">
android:versionCode="12"
android:versionName="1.2">

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down
2 changes: 2 additions & 0 deletions plugins/Osmand-Skimaps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ gen
raw
obj
*.iml

/release
4 changes: 2 additions & 2 deletions plugins/Osmand-Skimaps/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.osmand.skimapsPlugin"
android:installLocation="auto"
android:versionCode="10"
android:versionName="1.0">
android:versionCode="12"
android:versionName="1.2">

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down

0 comments on commit b4361b1

Please sign in to comment.