Implemented new about activity.

This commit is contained in:
Erik C. Thauvin 2019-09-27 16:17:40 -07:00
parent 5733dcb67f
commit 899657c3ae
9 changed files with 97 additions and 52 deletions

View file

@ -62,12 +62,8 @@ dependencies {
implementation "com.github.hotchemi:permissionsdispatcher:$perms_dispatch_version"
kapt "com.github.hotchemi:permissionsdispatcher-processor:$perms_dispatch_version"
// https://github.com/eggheadgames/android-about-box
implementation 'com.github.eggheadgames:android-about-box:1.3.2'
//implementation(name: 'library-debug', ext: 'aar')
//implementation 'com.github.daniel-stoneuk:material-about-library:2.2.1'
implementation "com.android.support:animated-vector-drawable:$support_version"
implementation "com.android.support:cardview-v7:$support_version"
// https://github.com/medyo/android-about-page
implementation 'com.github.medyo:android-about-page:1.2.5'
}
repositories {