Skip to content

Commit

Permalink
Ugh, google is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Drutol committed Dec 5, 2023
1 parent 1a2ebab commit 470e2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MALClient.Android/MALClient.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@
<Version>1.7.0.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.GooglePlayServices.Ads.Identifier">
<Version>118.0.1.2</Version>
<Version>118.0.1.7</Version>
</PackageReference>
<PackageReference Include="Xamarin.GooglePlayServices.Ads.Lite">
<Version>121.2.0</Version>
<Version>122.3.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions MALClient.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.drutol.malclient"
android:installLocation="auto" android:versionName="1.5.13.9" android:versionCode="166">
<uses-permission android:name="com.android.vending.BILLING" />
android:installLocation="auto" android:versionName="1.5.13.9" android:versionCode="167">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand All @@ -12,6 +11,9 @@
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-8220174765620095~3319675764" />
<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="6.0.0" />
</application>
</manifest>
<!--android:networkSecurityConfig="@xml/debug_ca"-->

0 comments on commit 470e2b0

Please sign in to comment.