Skip to content

Commit

Permalink
Replace libs/jsonviewer with maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Jun 14, 2024
1 parent 75fb93c commit dc24186
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 862 deletions.
4 changes: 3 additions & 1 deletion BackupApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ android {

dependencies {
implementation project(path: ':BackupAPI')
implementation project(path: ':jsonviewer')
implementation fileTree(dir: "libs", include: ["*.jar"])

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down Expand Up @@ -135,6 +134,9 @@ dependencies {
// Glide
implementation 'com.github.bumptech.glide:glide:4.11.0'

// JSON Viewer
implementation 'com.yuyh.json:jsonviewer:1.0.6'

// Retrofit for Google Drive Test
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
Expand Down
1 change: 0 additions & 1 deletion libs/jsonviewer/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions libs/jsonviewer/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions libs/jsonviewer/proguard-rules.pro

This file was deleted.

1 change: 0 additions & 1 deletion libs/jsonviewer/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit dc24186

Please sign in to comment.