commit 8c4725e5ad1db9a43d5b3a380a0bb0e59ddba267 Author: Hashik Donthineni HashikDonthineni@gmail.com Date: Wed May 27 18:44:29 2020 +0530
Added Retrofit library --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/app/build.gradle b/app/build.gradle index 36b7b4f..43d7013 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,4 +31,10 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + + // Retrofit & OkHttp + implementation 'com.squareup.retrofit2:retrofit:2.7.2' + implementation 'com.squareup.retrofit2:converter-gson:2.5.0' + //Logging interceptor + implementation 'com.squareup.okhttp3:logging-interceptor:4.2.1' }
tor-commits@lists.torproject.org