We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b1035 commit bf372d8Copy full SHA for bf372d8
raveandroid/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
compile 'org.parceler:parceler-api:1.1.9'
39
annotationProcessor 'org.parceler:parceler:1.1.9'
40
implementation 'com.squareup.retrofit2:converter-scalars:2.1.0'
41
- implementation 'com.scottyab:aescrypt:0.0.1'
+ compile 'com.scottyab:aescrypt:0.0.1'
42
testImplementation 'junit:junit:4.12'
43
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
44
}
0 commit comments