Replaces EditMonsterFragment with a basic ConstraintLayout.

This commit is contained in:
2021-05-27 01:15:46 -07:00
parent 41ac263321
commit 76027ca186
8 changed files with 64 additions and 165 deletions

View File

@@ -78,6 +78,8 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
// Testing
testImplementation 'junit:junit:4.13.2'