diff options
author | cyBerta <cyberta@riseup.net> | 2023-10-30 18:38:28 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-10-31 18:53:25 +0100 |
commit | 48cf66f75e91d7bd017277bc249e6cbec0a4a078 (patch) | |
tree | 91b8bea046c8e179aa25edabda5ced937dbfac95 /app/build.gradle | |
parent | 751cae19707c9970b03edd14008c28b2045028ce (diff) |
Replace Butterknife references with ViewBinding
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0b5165b0..aa9e0480 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -415,16 +415,10 @@ dependencies { androidTestImplementation 'tools.fastlane:screengrab:2.1.1' testImplementation 'tools.fastlane:screengrab:2.1.1' - testImplementation 'org.json:json:20180813' androidTestImplementation 'androidx.test.ext:junit:1.1.4' debugImplementation 'com.squareup.leakcanary:leakcanary-android-core:2.9.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' - annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2' - implementation 'com.jakewharton:butterknife:10.2.1' - //TODO: replace that library - compileOnly 'com.squareup.dagger:dagger-compiler:1.2.2' - implementation 'com.github.pedrovgs:renderers:1.5' + implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0' |