]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
first step towards pattern-assisted auto-filling of transactions
[mobile-ledger.git] / app / build.gradle
index c73b915723a97986d4a4eae3de5da659a06bc840..d21f3ee58449b9361753f818d85380bf7cd716f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2020 Damyan Ivanov.
+ * Copyright © 2021 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -50,6 +50,8 @@ android {
 }
 
 dependencies {
+    implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
+    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
     def nav_version = '2.3.1'
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'