Skip to content

Commit

Permalink
Fix duplicate class
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Sep 29, 2023
1 parent c8da6dc commit 184e9bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'

implementation 'com.github.ARK-Builders:ark-filepicker:c6d66141c1'
implementation 'dev.arkbuilders:arklib:0.3.1'
implementation 'com.github.ark-builders:ark-filepicker:ae2c37ea87'

implementation 'ch.acra:acra-http:5.9.5'
implementation 'ch.acra:acra-dialog:5.9.5'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package space.taran.arkmemo.files.parsers

import android.graphics.Path
import com.google.gson.Gson
import space.taran.arkmemo.models.TextNote

Expand All @@ -14,4 +15,4 @@ class JsonParser {
gson.fromJson(json, TextNote.Content::class.java)

}
}
}

0 comments on commit 184e9bd

Please sign in to comment.