]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
test for the digest utility module
[mobile-ledger.git] / app / build.gradle
index 5bf204b7d27221b77b421f73f364607201a6561b..e7f612761c1698591ce2d15dc78451a9a2aaa5d1 100644 (file)
@@ -4,7 +4,7 @@ android {
     compileSdkVersion 28
     defaultConfig {
         applicationId "net.ktnx.mobileledger"
-        minSdkVersion 23
+        minSdkVersion 22
         targetSdkVersion 28
         versionCode 1
         versionName "1.0"
@@ -30,6 +30,7 @@ dependencies {
     implementation 'com.android.support:support-v4:28.0.0'
     implementation 'com.android.support:design:28.0.0'
     implementation 'com.android.support.constraint:constraint-layout:1.1.3'
+    implementation 'android.arch.lifecycle:extensions:1.1.1'
     testImplementation 'junit:junit:4.12'
     androidTestImplementation 'com.android.support.test:runner:1.0.2'
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'