mirror of
https://github.com/Xevion/simple-todo.git
synced 2025-12-15 20:13:02 -06:00
Added task removal, task saving/loading
- Also refactored/moved around code for better viewing/functionality
This commit is contained in:
@@ -31,6 +31,7 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation 'commons-io:commons-io:2.6'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
|
||||
Reference in New Issue
Block a user