Skip to content

Commit

Permalink
Fixing Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
damien5314 committed Mar 30, 2016
1 parent 25b224c commit 502b3e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ android {
}
}

//repositories {
// maven { url "https://jitpack.io" }
//}
repositories {
maven { url "https://jitpack.io" }
}

dependencies {
compile project(':library')
// compile 'com.github.damien5314:TimeSinceTextView:1.2.3'
compile 'com.android.support:appcompat-v7:23.1.1'
}

0 comments on commit 502b3e0

Please sign in to comment.