Skip to content

Commit 9f44ac4

Browse files
committed
[Java.Interop] Bump to version main@33548c92.
1 parent 9a33210 commit 9f44ac4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

build-tools/create-packs/Microsoft.Android.Ref.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ by projects that use the Microsoft.Android framework in .NET 5.
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<!-- TODO: build Java.Interop.dll for .NET 7 -->
35-
<_AndroidRefPackAssemblies Include="$(JavaInteropSourceDirectory)\bin\$(Configuration)-net6.0\ref\Java.Interop.dll" />
34+
<_AndroidRefPackAssemblies Include="$(JavaInteropSourceDirectory)\bin\$(Configuration)-net7.0\ref\Java.Interop.dll" />
3635
<_AndroidRefPackAssemblies Include="$(_MonoAndroidNETOutputRoot)$(DotNetAndroidTargetFramework)$(AndroidApiLevel)\ref\Mono.Android.dll" />
3736
<!-- Always include stable Mono.Android.Export.dll -->
3837
<_AndroidRefPackAssemblies Include="$(_MonoAndroidNETOutputRoot)$(DotNetAndroidTargetFramework)$(AndroidLatestStableApiLevel)\ref\Mono.Android.Export.dll" />

build-tools/create-packs/Microsoft.Android.Runtime.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ projects that use the Microsoft.Android framework in .NET 5.
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<!-- TODO: build Java.Interop.dll for .NET 7 -->
37-
<_AndroidRuntimePackAssemblies Include="$(JavaInteropSourceDirectory)\bin\$(Configuration)-net6.0\Java.Interop.dll" />
36+
<_AndroidRuntimePackAssemblies Include="$(JavaInteropSourceDirectory)\bin\$(Configuration)-7.0\Java.Interop.dll" />
3837
<_AndroidRuntimePackAssemblies Include="$(_MonoAndroidNETOutputRoot)$(DotNetAndroidTargetFramework)$(AndroidApiLevel)\Mono.Android.dll" />
3938
<!-- Always include stable Mono.Android.Export.dll -->
4039
<_AndroidRuntimePackAssemblies Include="$(_MonoAndroidNETOutputRoot)$(DotNetAndroidTargetFramework)$(AndroidLatestStableApiLevel)\Mono.Android.Export.dll" />

external/Java.Interop

0 commit comments

Comments
 (0)