Skip to content

Commit

Permalink
Remove unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
TangKe committed May 7, 2016
1 parent ad69b49 commit a2dda41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.tangke.slidemenusample"
minSdkVersion 8
targetSdkVersion 23
versionCode 9
versionName "1.1.0"
versionCode 10
versionName "1.2.0"
}
buildTypes {
release {
Expand All @@ -21,6 +21,5 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.3.0'
compile project(':slidemenu')
}
8 changes: 4 additions & 4 deletions slidemenu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'http://github.com/TangKe/SlideMenu'
gitUrl = 'http://github.com/TangKe/SlideMenu.git'

libraryVersion = '1.1.0'
libraryVersion = '1.2.0'

developerId = 'tangke'
developerName = 'Tang Ke'
Expand All @@ -33,8 +33,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 8
versionName "1.1.0"
versionCode 10
versionName "1.2.0"
}
buildTypes {
release {
Expand All @@ -46,7 +46,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
}

apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
Expand Down

0 comments on commit a2dda41

Please sign in to comment.