Skip to content

Commit

Permalink
fix: bring back MonoAndroid support as default
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Mar 15, 2024
1 parent 79305cb commit 4abd916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qs/com.mapbox.maps--android/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"artifactId": "android",
"artifactName": "Android SDK",
"version": "11.2.0",
"nugetRevision": 2,
"nugetRevision": 3,
"tags": [ "mapbox", "mapbox-android" ]
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/Project.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<Delete Files="$(_AarOutputPath)" />
</Target>
<PropertyGroup>
<TargetFrameworks Condition=" '10' == '10' ">net7.0-android33.0;net6.0-android31.0</TargetFrameworks>
<TargetFrameworks Condition=" '10' == '0' ">MonoAndroid12.0;net7.0-android33.0;net6.0-android31.0</TargetFrameworks>
<TargetFrameworks Condition=" '10' == '0' ">net7.0-android33.0;net6.0-android31.0</TargetFrameworks>
<TargetFrameworks Condition=" '10' == '10' ">MonoAndroid12.0;net7.0-android33.0;net6.0-android31.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsBindingProject>true</IsBindingProject>
Expand Down

0 comments on commit 4abd916

Please sign in to comment.