Skip to content

Instantly share code, notes, and snippets.

@umair13adil
Last active January 19, 2019 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umair13adil/52890ae5a34db4a40c7e5d1bf6ec5670 to your computer and use it in GitHub Desktop.
Save umair13adil/52890ae5a34db4a40c7e5d1bf6ec5670 to your computer and use it in GitHub Desktop.
Encrypting images using AES in Android with Kotlin + Glide + RxJava2
dependencies {
//RxJava2
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.3'
implementation 'io.reactivex.rxjava2:rxkotlin:2.2.0'
//Glide
implementation 'com.github.bumptech.glide:glide:4.8.0'
kapt "androidx.lifecycle:lifecycle-compiler:2.1.0-alpha01"
kapt 'com.github.bumptech.glide:compiler:4.8.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment