2
0

Remove deprecated build configuration and libscrypt references.

This commit is contained in:
Maarten Billemont
2018-06-03 15:08:02 -04:00
parent 728a4486d3
commit 831b475b28
8 changed files with 0 additions and 525 deletions

View File

@@ -43,5 +43,4 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-android', version: '1.7.13-underscore'
compile group: 'com.jakewharton', name: 'butterknife', version: '8.5.1'
annotationProcessor group: 'com.jakewharton', name: 'butterknife-compiler', version: '8.5.1'
compile files( 'libs/scrypt-1.4.0-native.jar' )
}