Skip to content

Commit 4f948a3

Browse files
authored
Merge pull request #36 from MobileRoboticsSkoltech/versioning
Update versioning in AndroidManifest.xml
2 parents 8fbac93 + 6a1bc21 commit 4f948a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="net.sourceforge.opencamera"
5-
android:versionCode="80"
6-
android:versionName="1.48.3"
5+
android:versionCode="81"
6+
android:versionName="1.48.3.0"
77
android:installLocation="auto"
88
tools:ignore="GoogleAppIndexingWarning">
99
<!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->

0 commit comments

Comments
 (0)