mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-25 11:11:26 +00:00
moved chat pow to java
This commit is contained in:
@@ -39,6 +39,10 @@ dependencies {
|
||||
implementation "org.mindrot:jbcrypt:0.4"
|
||||
implementation "at.favre.lib:bcrypt:0.10.2"
|
||||
implementation 'com.password4j:password4j:1.8.2'
|
||||
implementation 'com.dylibso.chicory:runtime:1.0.0-M1'
|
||||
implementation 'commons-net:commons-net:3.6'
|
||||
implementation 'org.bouncycastle:bcprov-jdk15to18:1.76'
|
||||
implementation 'com.google.guava:guava:32.1.2-jre'
|
||||
testImplementation "junit:junit:$junitVersion"
|
||||
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
||||
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|
||||
|
Reference in New Issue
Block a user