X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=e7f612761c1698591ce2d15dc78451a9a2aaa5d1;hb=867ad7e441e63d3b7974f67dca8d11797e95a245;hp=35d467480e9f37adb6662e68284fb7c6cd2d5be4;hpb=017a2f0a73f4fe28ba170bb6d6e5827b426727e3;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 35d46748..e7f61276 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'