Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 102f49b

Browse files
authoredSep 10, 2024
Merge pull request #3 from iden3/0.0.1-alpha.2
Updated rapidsnark lib to 0.0.4.
2 parents 53b7f82 + b864982 commit 102f49b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation("io.iden3:rapidsnark:0.0.1-alpha.1")
59+
implementation("io.iden3:rapidsnark:0.0.1-alpha.2")
6060

6161
implementation("androidx.core:core-ktx:1.10.1")
6262
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
@@ -73,4 +73,4 @@ dependencies {
7373
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
7474
debugImplementation("androidx.compose.ui:ui-tooling")
7575
debugImplementation("androidx.compose.ui:ui-test-manifest")
76-
}
76+
}

‎gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin.code.style=official
1717
# thereby reducing the size of the R class for that library
1818
android.nonTransitiveRClass=true
1919

20-
VERSION_NAME=0.0.1-alpha.1
20+
VERSION_NAME=0.0.1-alpha.2
2121
VERSION_CODE=1
2222
GROUP=io.iden3
2323

@@ -37,4 +37,4 @@ ossrhPassword=''
3737

3838
signing.keyId=46C550A2
3939
signing.password=somepassphrase
40-
signing.secretKeyRingFile=/Users/moria/.gnupg/secring.gpg
40+
signing.secretKeyRingFile=/Users/moria/.gnupg/secring.gpg

‎rapidsnark/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ publishing {
9292
create<MavenPublication>("maven") {
9393
groupId = "io.iden3"
9494
artifactId = "rapidsnark"
95-
version = "0.0.1-alpha.1"
95+
version = "0.0.1-alpha.2"
9696
artifact("$buildDir/outputs/aar/rapidsnark-release.aar")
9797
}
9898
}
@@ -107,4 +107,4 @@ publishing {
107107
}
108108
}
109109
}
110-
}
110+
}
Binary file not shown.
122 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.