Skip to content

Commit

Permalink
Version bump (to include osmand url change too
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Jan 20, 2023
1 parent ddf6caa commit d3a7805
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 17
versionName "1.3.4"
versionCode 18
versionName "1.3.5"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.mypapit.mobile.myposition"
android:versionCode="17"
android:versionName="1.3.4" >
android:versionCode="18"
android:versionName="1.3.5" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FOR A PARTICULAR PURPOSE.
</string>
<string name="about_info">
&lt;h3&gt;My Position&lt;/h3&gt;
Version 1.3.4&lt;br&gt;
Version 1.3.5&lt;br&gt;
Copyright 2012-2015 Mohammad Hafiz Ismail&lt;br&gt;&amp;lt;[email protected]&amp;gt;&lt;br&gt;
With later changes by GDR! and others&lt;br&gt;
&lt;b&gt;https://github.com/gjedeer/mylocation/&lt;/b&gt;&lt;br&gt;
Expand Down

0 comments on commit d3a7805

Please sign in to comment.