Skip to content

Commit

Permalink
Version: Update version to 1.1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
JayceLuong committed Jul 25, 2024
1 parent 79f5159 commit c626f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ properties.load(project.rootProject.file("local.properties").newDataInputStream(
def SUPPORTED_ARCH = properties.getProperty("arch.processor", "arm64_v8a")
def GROUP_ID = "io.nunchuk.android"
def ARTIFACT_ID = "nativesdk"
def VERSION = "1.1.74"
def VERSION = "1.1.75"

publishing {
publications {
Expand Down

0 comments on commit c626f04

Please sign in to comment.