Skip to content

Commit

Permalink
Upgrade Android SDK version to 31 (Android 12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelltoth committed Sep 15, 2022
1 parent 9c05549 commit 34beb59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion NeptunLight/NeptunLight.Android/NeptunLight.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidApplication>True</AndroidApplication>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v12.0</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<AssemblyName>NeptunLight.Android</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<NuGetPackageImportStamp>
Expand Down
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" android:installLocation="auto" package="com.infinitx.neptunlite" android:versionName="1.29.198" android:versionCode="55">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application android:theme="@style/Theme.AppCompat.Light" android:icon="@drawable/Icon" android:label="Neptun Lite" android:largeHeap="true">
Expand Down

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

5 changes: 4 additions & 1 deletion WeekView/WeekView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<RootNamespace>WeekView</RootNamespace>
<AssemblyName>WeekView</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v12.0</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
<AndroidClassParser>class-parse</AndroidClassParser>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 34beb59

Please sign in to comment.