Skip to content

Commit

Permalink
Change example app dependency to local project instead of BinTray
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Hugo Schwaab committed Jun 20, 2019
1 parent ad360a6 commit dd33ecf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ android {

repositories {
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/vitorhugods/AvatarView" }
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// implementation project(':avvylib')
implementation "xyz.schwaab:avvylib:0.0.1"
implementation project(':avvylib')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:exifinterface:27.1.1'
Expand Down

0 comments on commit dd33ecf

Please sign in to comment.