Skip to content

Commit

Permalink
beta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Dec 15, 2023
1 parent cedafea commit ca84754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AuthenticatorPro.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:versionName="1.23.0"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000091">
android:versionName="1.24.0"
package="me.jmh.authenticatorpro.beta" android:installLocation="auto" android:versionCode="5">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorPro.Droid/Resources/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="appName" translatable="false">Authenticator Pro</string>
<string name="displayName" translatable="false">Authenticator</string>
<string name="displayName" translatable="false">Authenticator (Beta)</string>

<string name="githubRepo" translatable="false">https://github.com/jamie-mh/AuthenticatorPro</string>
<string name="latestIconPacks" translatable="false">https://github.com/jamie-mh/AuthenticatorProIcons/releases/latest</string>
Expand Down

0 comments on commit ca84754

Please sign in to comment.