rename apk of PluginSdk to avoid a weird binding error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-android</TargetFramework>
|
||||
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
|
||||
@@ -6,6 +6,6 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AndroidLibrary Include="..\java\Keepass2AndroidPluginSDK2\app\build\outputs\aar\app-release.aar" Link="Jars\app-release.aar" />
|
||||
<AndroidLibrary Include="..\java\Keepass2AndroidPluginSDK2\app\build\outputs\aar\PluginSDK-release.aar" Link="Jars\PluginSDK-release.aar" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@@ -2,6 +2,11 @@ apply plugin: 'com.android.library'
|
||||
android {
|
||||
|
||||
namespace 'keepass2android.pluginsdk'
|
||||
libraryVariants.all { variant ->
|
||||
variant.outputs.all {
|
||||
outputFileName = "PluginSDK-${variant.name}.aar"
|
||||
}
|
||||
}
|
||||
|
||||
compileSdkVersion 33
|
||||
|
||||
|
Reference in New Issue
Block a user