Skip to content

Commit ae8d3cb

Browse files
committed
Update app version to 1.4
1 parent d725958 commit ae8d3cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest
33
package="de.lmu.navigator"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
android:versionCode="5"
6-
android:versionName="1.2">
5+
android:versionCode="7"
6+
android:versionName="1.4">
77

88
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
99
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</style>
88
</head>
99
<body>
10-
<p><em>App-Version: 1.2</em></p>
10+
<p><em>App-Version: 1.4</em></p>
1111

1212
<p><a href="http://lmu-navigator.github.io/">Webseite</a></p>
1313

0 commit comments

Comments
 (0)