Skip to content

Commit

Permalink
Update versioning in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
azaat committed Jul 7, 2021
1 parent 8fbac93 commit 6a1bc21
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 6a1bc21

Please sign in to comment.