We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a051952 commit 294d625Copy full SHA for 294d625
build.gradle
@@ -2,6 +2,7 @@ buildscript {
2
repositories {
3
google()
4
jcenter()
5
+ maven { url 'https://jitpack.io' }
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:7.0.4'
gradlew
100644
100755
loggliest/build.gradle
@@ -22,7 +22,3 @@ dependencies {
22
api 'com.squareup.retrofit:retrofit:1.9.0'
23
24
25
-configurations {
26
- optional
27
- compile.extendsFrom optional
28
-}
0 commit comments