Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jyuesong committed Oct 10, 2016
1 parent c0801b2 commit 5f13539
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.github.jiang111:RvAdapter:1.0'

compile project(':common-1.0.10')
compile project(':gslb-3.0.9')
compile project(':push-internal-3.1.160901')
compile project(':usage-stats-2.5.1')
compile project(':push')
}
12 changes: 6 additions & 6 deletions push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
ndk {
abiFilters 'armeabi', 'armeabi-v7a', 'armeabi-v8a'

Expand Down Expand Up @@ -37,10 +37,10 @@ dependencies {
compile 'com.android.support:support-v4:24.+'
compile 'com.android.volley:volley:1.0.0'
compile 'com.squareup.okhttp:okhttp:2.1.0'
compile project(':common-1.0.10')
compile project(':gslb-3.0.9')
compile project(':push-internal-3.1.160901')
compile project(':usage-stats-2.5.1')
provided project(':common-1.0.10')
provided project(':gslb-3.0.9')
provided project(':push-internal-3.1.160901')
provided project(':usage-stats-2.5.1')
/**
* jpush
*/
Expand Down

0 comments on commit 5f13539

Please sign in to comment.