zjb 3 weeks ago
parent 5d372c23fc
commit 15e1732793

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>
</project>

@ -38,6 +38,9 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
// Gson for JSON serialization
implementation 'com.google.code.gson:gson:2.10.1'
// CameraX
def camerax_version = "1.2.3"
implementation "androidx.camera:camera-core:${camerax_version}"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save