Add internal pre-alpha support for Registration Lock v2.

This commit is contained in:
Alan Evans
2019-12-03 12:31:23 -05:00
committed by Greyson Parrelli
parent 058c25808b
commit 7f8ca58762
50 changed files with 2313 additions and 340 deletions

View File

@@ -35,7 +35,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'org.threeten:threetenbp:1.3.6'
testImplementation 'junit:junit:3.8.2'
testImplementation 'junit:junit:4.12'
testImplementation 'org.assertj:assertj-core:1.7.1'
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.0.0'
}