Skip to content

Commit

Permalink
updated version of the jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
plattysoft committed Jun 12, 2015
1 parent c54360f commit 9d5f447
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions LeonidsExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ android {

dependencies {
compile project(':LeonidsLib')
// compile files('libs/LeonidsLib.jar')
// compile 'com.plattysoft.leonids:LeonidsLib:1.3.1'
}
Binary file modified LeonidsLib.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}

allprojects {
repositories {
jcenter()
jcenter{
url "http://jcenter.bintray.com/"
}
}
}

0 comments on commit 9d5f447

Please sign in to comment.