Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Dec 23, 2023
1 parent cb210d1 commit 07c9a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.greenart7c3.nostrsigner"
minSdk 26
targetSdk 34
versionCode 38
versionName "0.7.0"
versionCode 39
versionName "0.7.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -69,7 +69,7 @@ android {
}

dependencies {
implementation('com.github.vitorpamplona.amethyst:quartz:v0.83.0') {
implementation('com.github.vitorpamplona.amethyst:quartz:main-SNAPSHOT') {
exclude group: 'net.java.dev.jna'
}
implementation 'net.java.dev.jna:jna:5.14.0@aar'
Expand Down

0 comments on commit 07c9a74

Please sign in to comment.