Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorxCode authored Mar 13, 2023
1 parent 4090324 commit 176b2bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions EasyInsta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ java {
}

dependencies {

implementation files('libs/instagram4j-realtime.jar')
implementation 'org.jetbrains:annotations:15.0'
implementation 'com.github.instagram4j:instagram4j:2.0.7'
implementation 'com.github.ErrorxCode:JSON-java-port:20220320'
api project(':AsyncTask')
}
implementation 'com.github.ErrorxCode:AsyncTask:1.0'
}

0 comments on commit 176b2bf

Please sign in to comment.