Skip to content

Commit

Permalink
Merge pull request #36 from MobileRoboticsSkoltech/versioning
Browse files Browse the repository at this point in the history
Update versioning in AndroidManifest.xml
  • Loading branch information
azaat authored Jul 9, 2021
2 parents 8fbac93 + 6a1bc21 commit 4f948a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/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"
xmlns:tools="http://schemas.android.com/tools"
package="net.sourceforge.opencamera"
android:versionCode="80"
android:versionName="1.48.3"
android:versionCode="81"
android:versionName="1.48.3.0"
android:installLocation="auto"
tools:ignore="GoogleAppIndexingWarning">
<!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->
Expand Down

0 comments on commit 4f948a3

Please sign in to comment.