Skip to content

Commit

Permalink
chore: update version of privmx-endpoint-install-native plugin to "1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
djenczewski committed Nov 5, 2024
1 parent 0082b8f commit 0db58b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import com.simplito.tools.gradle.privmx_endpoint_install_native.SupportedPlatfor

plugins {
id 'java'
id "com.simplito.privmx-endpoint-install-native" version "1.0"
id "com.simplito.privmx-endpoint-install-native" version "1.1"
}

privmxEndpointInstallJni{
version = "2.0.1"

privmxEndpointInstallJni {
version = "2.0"
platforms = [
SupportedPlatforms.Darwin.arm64.platform,
Expand Down

0 comments on commit 0db58b5

Please sign in to comment.