Skip to content

Commit

Permalink
beta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed May 9, 2023
1 parent a6e9a88 commit bf45238
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,6 +1,6 @@
<?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.19.0"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000086">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="1.20.0"
package="me.jmh.authenticatorpro.beta" android:installLocation="auto" android:versionCode="2">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
<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="buyMeACoffee" translatable="false">https://www.buymeacoffee.com/jamiemh</string>
Expand Down

0 comments on commit bf45238

Please sign in to comment.