Skip to content

Commit

Permalink
Updated target Android version on test (#3513)
Browse files Browse the repository at this point in the history
* Updated target android

* Added android.xml file to action path

* Fix
  • Loading branch information
papafe authored Feb 7, 2024
1 parent c31bc6f commit 39cd3d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/templates/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: PR Build
- '!.github/workflows/main.yml'
- '!.github/workflows/publish-*.yml'
- .github/actions/**
- 'Tests/Tests.Android/Properties/AndroidManifest.xml'
env:
REALM_DISABLE_ANALYTICS: true
DOTNET_NOLOGO: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ name: PR Build
- '!.github/workflows/main.yml'
- '!.github/workflows/publish-*.yml'
- .github/actions/**
- 'Tests/Tests.Android/Properties/AndroidManifest.xml'
env:
REALM_DISABLE_ANALYTICS: true
DOTNET_NOLOGO: true
Expand Down
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 39cd3d3

Please sign in to comment.