Skip to content

Commit bf372d8

Browse files
committed
revert aescrypt from implementation to compile
1 parent 86b1035 commit bf372d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raveandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compile 'org.parceler:parceler-api:1.1.9'
3939
annotationProcessor 'org.parceler:parceler:1.1.9'
4040
implementation 'com.squareup.retrofit2:converter-scalars:2.1.0'
41-
implementation 'com.scottyab:aescrypt:0.0.1'
41+
compile 'com.scottyab:aescrypt:0.0.1'
4242
testImplementation 'junit:junit:4.12'
4343
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
4444
}

0 commit comments

Comments
 (0)