Skip to content

Commit

Permalink
update support libraries to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Feb 16, 2020
1 parent 85ecd64 commit df19455
Show file tree
Hide file tree
Showing 6 changed files with 6,854 additions and 6,779 deletions.
12 changes: 6 additions & 6 deletions AuthenticatorPro/AuthenticatorPro.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,25 +183,25 @@
<Version>28.0.0.3</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.AppCompat">
<Version>1.1.0-preview06</Version>
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Browser">
<Version>1.1.0-preview06</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4">
<Version>1.0.0-preview06</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData">
<Version>2.1.0-preview06</Version>
<Version>2.1.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Media">
<Version>1.1.0-preview06</Version>
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Migration">
<Version>1.0.0-preview06</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Preference">
<Version>1.1.0-preview06</Version>
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Essentials">
<Version>1.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorPro/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.6" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000022">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6.7" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000023">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit df19455

Please sign in to comment.