Skip to content

Commit

Permalink
Updated target android
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Feb 7, 2024
1 parent c31bc6f commit 234514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests.Android/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:versionCode="1" android:versionName="1.0" package="io.realm.xamarintests" android:installLocation="auto">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="34" />
<application android:label="Tests.Android" android:usesCleartextTraffic="true"></application>
</manifest>

0 comments on commit 234514c

Please sign in to comment.