Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20432893 authored by Mark Harman's avatar Mark Harman
Browse files

Bump version to 81 / 1.49.

parent 6d9a8425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.49"
    android:installLocation="auto"
    tools:ignore="GoogleAppIndexingWarning">
    <!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ public class MainActivity extends Activity {
                    // E.g., we have a "What's New" for 1.44 (64), but then push out a quick fix for 1.44.1 (65). We don't want to
                    // show the dialog again to people who already received 1.44 (64), but we still want to show the dialog to people
                    // upgrading from earlier versions.
                    int whats_new_version = 80; // 1.48.3
                    int whats_new_version = 81; // 1.49
                    whats_new_version = Math.min(whats_new_version, version_code); // whats_new_version should always be <= version_code, but just in case!
                    if( MyDebug.LOG ) {
                        Log.d(TAG, "whats_new_version: " + whats_new_version);