|
|
@@ -4,7 +4,7 @@ apply plugin: 'com.getkeepsafe.dexcount'
|
|
|
android {
|
|
|
signingConfigs {
|
|
|
config {
|
|
|
- storeFile file('C:/Users/Arison/Desktop/applicationsignname[20150409]')
|
|
|
+ storeFile file('C:/CompanyProject/applicationsignname[20150409]')
|
|
|
storePassword '13237658359'
|
|
|
keyAlias 'jie-20150409'
|
|
|
keyPassword '13237658359'
|
|
|
@@ -94,4 +94,6 @@ dependencies {
|
|
|
compile 'me.gujun.android.taggroup:library:1.4@aar'
|
|
|
compile 'com.umeng.analytics:analytics:latest.integration'
|
|
|
compile 'com.android.support:multidex:1.0.1'
|
|
|
+ compile project(':library-swipemenu_lv')
|
|
|
+ compile project(':library-viewpager-indicator')
|
|
|
}
|