Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cgspine committed Mar 30, 2020
1 parent a1c017c commit 0d2d840
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions arch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ android {

dependencies {
api "androidx.appcompat:appcompat:$appcompatVersion"
api "androidx.fragment:fragment:1.2.0"
api "androidx.fragment:fragment:1.2.3"
api project(':arch-annotation')
compileOnly project(':qmui')
testImplementation 'junit:junit:4.12'
testImplementation "junit:junit:$junitVersion"
lintChecks project(':lintrule')
}

Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// classpath 'com.qmuiteam:skin-maker-plugin:0.0.1'
Expand All @@ -30,11 +30,12 @@ allprojects {
minSdkVersion = 19
targetSdkVersion = 29
compileSdkVersion = 29
appcompatVersion= '1.2.0-alpha02'
appcompatVersion= '1.2.0-alpha03'
materialVersion='1.1.0'
annotationVersion='1.1.0-beta01'
butterknifeVersion = '10.1.0'
constraintLayoutVersion = "1.1.3"
mmkvVersion = '1.0.23'
junitVersion='4.13'
}
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Nov 30 12:59:03 CST 2019
#Mon Mar 30 17:42:06 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
2 changes: 1 addition & 1 deletion qmui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
lintChecks project(':lintrule')

//test
testImplementation 'junit:junit:4.12'
testImplementation "junit:junit:$junitVersion"
api 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
Expand Down

0 comments on commit 0d2d840

Please sign in to comment.