get apiclient from jitpack for now and fix build

This commit is contained in:
dkanada 2019-11-10 18:22:04 +09:00
commit fcba3228ee
3 changed files with 5 additions and 5 deletions

View file

@ -83,6 +83,7 @@ dependencies {
implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3'
implementation project(':apiclient')
implementation project(':library')
implementation 'com.github.jellyfin:jellyfin-apiclient-java:-SNAPSHOT'
//implementation project(':apiclient')
//implementation project(':library')
}