Skip to content

Commit

Permalink
Bump to Android 13.0 - API 33
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLeithead committed Aug 18, 2023
1 parent b5b4953 commit 323e855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Source/LiLo.Lite.UITest/LiLo.Lite.UITest.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<TargetFrameworkVersion>v12.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
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:versionCode="63" android:versionName="1.4" package="com.internetwideworld.lilo.lite" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:label="LiLo.Lite" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" />
</manifest>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 323e855

Please sign in to comment.