commit aa8b875ea957fbf8b7273d9be7303580043f1da3 Author: Hashik Donthineni HashikDonthineni@gmail.com Date: Sun Jun 28 13:48:03 2020 +0530
Addedd preferences library to gradle --- app/build.gradle | 1 + 1 file changed, 1 insertion(+)
diff --git a/app/build.gradle b/app/build.gradle index 9580614..4d13970 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.preference:preference:1.1.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
tor-commits@lists.torproject.org