Added About box.

This commit is contained in:
Erik C. Thauvin 2017-10-10 13:14:28 -07:00
parent 221202a0e3
commit 49ace84a54
3 changed files with 44 additions and 23 deletions

View file

@ -53,9 +53,14 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
// https://github.com/eggheadgames/android-about-box
compile 'com.github.eggheadgames:android-about-box:1.2.0'
compile 'com.github.eggheadgames:android-about-box:1.3.1'
//compile(name: 'library-debug', ext: 'aar')
//compile 'com.github.daniel-stoneuk:material-about-library:2.2.1'
compile 'com.android.support:animated-vector-drawable:26.0.1'
compile 'com.android.support:cardview-v7:26.0.1'
// https://github.com/ACRA/acra
compile 'ch.acra:acra:4.9.2'
}
repositories {