未验证 提交 ebb800c8 编写于 作者: T Takeshi Hagikura 提交者: GitHub

Update library versions (#480)

上级 27bacef7
......@@ -22,14 +22,20 @@ buildscript {
targetSdkVersion = 28
compileSdkVersion = 28
androidGradlePluginVersion = "3.2.0"
androidGradlePluginVersion = "3.2.1"
androidMavenGradlePluginVersion = "1.5"
androidxCoreVersion = "1.0.0"
androidxEspressoVersion = "3.1.0-alpha4"
androidxAnnotationVersion = "1.0.0"
androidxAppCompatVersion = "1.0.2"
androidxCoreVersion = "1.0.1"
androidxLegacySupportV4Version = "1.0.0"
androidxPreferenceVersion = "1.0.0"
androidxPreferenceV14Version = "1.0.0"
androidxRecyclerViewVersion = "1.0.0"
androidxEspressoVersion = "3.1.0"
androidxTestVersion = "1.1.0-alpha4"
junitVersion = "4.12"
gradleBintrayPluginVersion = "1.6"
kotlinVersion = "1.2.70"
kotlinVersion = "1.3.11"
materialVersion = "1.0.0"
}
......
......@@ -40,8 +40,8 @@ android {
dependencies {
implementation project(path: ":flexbox")
implementation "androidx.appcompat:appcompat:${rootProject.androidxCoreVersion}"
implementation "androidx.recyclerview:recyclerview:${rootProject.androidxCoreVersion}"
implementation "androidx.appcompat:appcompat:${rootProject.androidxAppCompatVersion}"
implementation "androidx.recyclerview:recyclerview:${rootProject.androidxRecyclerViewVersion}"
implementation "com.google.android.material:material:${rootProject.materialVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.kotlinVersion}"
}
......@@ -40,16 +40,16 @@ android {
dependencies {
implementation project(":flexbox")
implementation "androidx.legacy:legacy-support-v4:${rootProject.androidxCoreVersion}"
implementation "androidx.appcompat:appcompat:${rootProject.androidxCoreVersion}"
implementation "androidx.preference:preference:${rootProject.androidxCoreVersion}"
implementation "androidx.legacy:legacy-preference-v14:${rootProject.androidxCoreVersion}"
implementation "androidx.legacy:legacy-support-v4:${rootProject.androidxLegacySupportV4Version}"
implementation "androidx.appcompat:appcompat:${rootProject.androidxAppCompatVersion}"
implementation "androidx.preference:preference:${rootProject.androidxPreferenceVersion}"
implementation "androidx.legacy:legacy-preference-v14:${rootProject.androidxPreferenceV14Version}"
implementation "com.google.android.material:material:${rootProject.materialVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
testImplementation "junit:junit:${rootProject.ext.junitVersion}"
androidTestImplementation "androidx.annotation:annotation:${rootProject.androidxCoreVersion}"
androidTestImplementation "androidx.annotation:annotation:${rootProject.androidxAnnotationVersion}"
androidTestImplementation "androidx.test:runner:${rootProject.androidxTestVersion}"
androidTestImplementation "androidx.test:rules:${rootProject.androidxTestVersion}"
androidTestImplementation "androidx.test.espresso:espresso-core:${rootProject.androidxEspressoVersion}"
......
......@@ -41,13 +41,13 @@ android {
dependencies {
compileOnly "androidx.core:core:${rootProject.androidxCoreVersion}"
compileOnly "androidx.recyclerview:recyclerview:${rootProject.androidxCoreVersion}"
compileOnly "androidx.recyclerview:recyclerview:${rootProject.androidxRecyclerViewVersion}"
testImplementation "junit:junit:${rootProject.junitVersion}"
androidTestImplementation "androidx.core:core:${rootProject.androidxCoreVersion}"
androidTestImplementation "androidx.recyclerview:recyclerview:${rootProject.androidxCoreVersion}"
androidTestImplementation "androidx.annotation:annotation:${rootProject.androidxCoreVersion}"
androidTestImplementation "androidx.recyclerview:recyclerview:${rootProject.androidxRecyclerViewVersion}"
androidTestImplementation "androidx.annotation:annotation:${rootProject.androidxAnnotationVersion}"
androidTestImplementation "androidx.test:runner:${rootProject.androidxTestVersion}"
androidTestImplementation "androidx.test:rules:${rootProject.androidxTestVersion}"
androidTestImplementation "androidx.test.espresso:espresso-core:${rootProject.androidxEspressoVersion}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册