mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-15 23:00:55 +00:00
Update travis and some denpendency library
This commit is contained in:
@@ -5,8 +5,8 @@ android:
|
|||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-25.0.1
|
- build-tools-26.0.2
|
||||||
- android-24
|
- android-26
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
licenses:
|
licenses:
|
||||||
|
@@ -31,12 +31,12 @@ android {
|
|||||||
storePassword System.getenv('KEYSTORE_PWD')
|
storePassword System.getenv('KEYSTORE_PWD')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileSdkVersion 25
|
compileSdkVersion 26
|
||||||
buildToolsVersion '26.0.2'
|
buildToolsVersion '26.0.2'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.leanote.android"
|
applicationId "com.leanote.android"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 26
|
||||||
versionCode ciCode
|
versionCode ciCode
|
||||||
versionName ciName
|
versionName ciName
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
@@ -68,11 +68,11 @@ dependencies {
|
|||||||
exclude group: 'com.android.support', module: 'support-annotations'
|
exclude group: 'com.android.support', module: 'support-annotations'
|
||||||
})
|
})
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'com.android.support:appcompat-v7:25.3.0'
|
compile 'com.android.support:appcompat-v7:26.1.0'
|
||||||
compile 'com.android.support:support-v4:25.3.0'
|
compile 'com.android.support:support-v4:26.1.0'
|
||||||
compile 'com.android.support:design:25.3.0'
|
compile 'com.android.support:design:26.1.0'
|
||||||
compile 'com.android.support:recyclerview-v7:25.3.0'
|
compile 'com.android.support:recyclerview-v7:26.1.0'
|
||||||
compile 'com.android.support:cardview-v7:25.3.0'
|
compile 'com.android.support:cardview-v7:26.1.0'
|
||||||
|
|
||||||
compile 'com.jakewharton:butterknife:8.4.0'
|
compile 'com.jakewharton:butterknife:8.4.0'
|
||||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
|
||||||
@@ -93,7 +93,7 @@ dependencies {
|
|||||||
|
|
||||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
compile 'com.github.bumptech.glide:glide:3.7.0'
|
||||||
compile 'jp.wasabeef:glide-transformations:2.0.1'
|
compile 'jp.wasabeef:glide-transformations:2.0.1'
|
||||||
compile 'com.android.support:support-v13:25.3.0'
|
compile 'com.android.support:support-v13:26.1.0'
|
||||||
compile 'com.yuyh.imgsel:library:1.3.2'
|
compile 'com.yuyh.imgsel:library:1.3.2'
|
||||||
compile 'com.facebook.stetho:stetho:1.4.2'
|
compile 'com.facebook.stetho:stetho:1.4.2'
|
||||||
compile 'com.facebook.stetho:stetho-okhttp3:1.4.2'
|
compile 'com.facebook.stetho:stetho-okhttp3:1.4.2'
|
||||||
|
Reference in New Issue
Block a user