diff --git a/OpenTK.props b/OpenTK.props index 9f20b3d1..56e8eac3 100644 --- a/OpenTK.props +++ b/OpenTK.props @@ -1,5 +1,5 @@ - <_OpenTKNugetVersion>0.0.1-alpha + <_OpenTKNugetVersion>1.0.0 \ No newline at end of file diff --git a/Projects/OpenTK.Android/OpenTK.Android.csproj b/Projects/OpenTK.Android/OpenTK.Android.csproj index 67f01852..22332380 100644 --- a/Projects/OpenTK.Android/OpenTK.Android.csproj +++ b/Projects/OpenTK.Android/OpenTK.Android.csproj @@ -74,5 +74,10 @@ $(MSBuildThisFileDirectory)..\..\ .pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder) + + + + + \ No newline at end of file diff --git a/Projects/OpenTK.Android/OpenTK.cfg b/Projects/OpenTK.Android/OpenTK.cfg new file mode 100644 index 00000000..3b494b55 --- /dev/null +++ b/Projects/OpenTK.Android/OpenTK.cfg @@ -0,0 +1,4 @@ +-keep class opentk.platform.android.AndroidGameView { *; (...); } +-keep class opentk.GameViewBase { *; (...); } +-keep class opentk_1_0.platform.android.AndroidGameView { *; (...); } +-keep class opentk_1_0.GameViewBase { *; (...); } \ No newline at end of file diff --git a/Projects/OpenTK.Android/Xamarin.Legacy.OpenTK.props b/Projects/OpenTK.Android/Xamarin.Legacy.OpenTK.props new file mode 100644 index 00000000..a1fdc781 --- /dev/null +++ b/Projects/OpenTK.Android/Xamarin.Legacy.OpenTK.props @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file