Skip to content

Commit

Permalink
Deployed to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Mogra committed Jun 30, 2016
1 parent 7979796 commit 9ed9a6d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions podslider/build.gradle → library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.bhargavms'

android {
compileSdkVersion 23
Expand All @@ -8,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.1.0"
}
buildTypes {
release {
Expand All @@ -19,7 +22,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.+'
compile 'com.android.support:appcompat-v7:23.3.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ed9a6d

Please sign in to comment.