Skip to content

Commit 176b2bf

Browse files
authored
fixed dependencies
1 parent 4090324 commit 176b2bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

EasyInsta/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ java {
88
}
99

1010
dependencies {
11-
1211
implementation files('libs/instagram4j-realtime.jar')
1312
implementation 'org.jetbrains:annotations:15.0'
1413
implementation 'com.github.instagram4j:instagram4j:2.0.7'
1514
implementation 'com.github.ErrorxCode:JSON-java-port:20220320'
16-
api project(':AsyncTask')
17-
}
15+
implementation 'com.github.ErrorxCode:AsyncTask:1.0'
16+
}

0 commit comments

Comments
 (0)