Skip to content

Commit

Permalink
Merge pull request #3 from iden3/0.0.1-alpha.2
Browse files Browse the repository at this point in the history
Updated rapidsnark lib to 0.0.4.
  • Loading branch information
5eeman authored Sep 10, 2024
2 parents 53b7f82 + b864982 commit 102f49b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

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

implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
Expand All @@ -73,4 +73,4 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

VERSION_NAME=0.0.1-alpha.1
VERSION_NAME=0.0.1-alpha.2
VERSION_CODE=1
GROUP=io.iden3

Expand All @@ -37,4 +37,4 @@ ossrhPassword=''

signing.keyId=46C550A2
signing.password=somepassphrase
signing.secretKeyRingFile=/Users/moria/.gnupg/secring.gpg
signing.secretKeyRingFile=/Users/moria/.gnupg/secring.gpg
4 changes: 2 additions & 2 deletions rapidsnark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "io.iden3"
artifactId = "rapidsnark"
version = "0.0.1-alpha.1"
version = "0.0.1-alpha.2"
artifact("$buildDir/outputs/aar/rapidsnark-release.aar")
}
}
Expand All @@ -107,4 +107,4 @@ publishing {
}
}
}
}
}
Binary file modified rapidsnark/src/jniLibs/arm64-v8a/librapidsnark.so
Binary file not shown.
Binary file modified rapidsnark/src/jniLibs/x86_64/librapidsnark.so
Binary file not shown.

0 comments on commit 102f49b

Please sign in to comment.