1
0
drake 4 жил өмнө
parent
commit
9d76bf02df

+ 2 - 2
README.md

@@ -110,9 +110,9 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7'
 
 // 支持自动下拉刷新和缺省页的(可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.13'
+implementation 'com.github.liangjingkanji:BRV:1.3.14'
 
-implementation 'com.github.liangjingkanji:Net:2.3.4'
+implementation 'com.github.liangjingkanji:Net:2.3.5'
 ```
 
 <br>

+ 2 - 3
build.gradle

@@ -19,7 +19,7 @@
 buildscript {
     ext {
         kotlin_version = '1.4.10'
-        brv_version = '1.3.13'
+        brv_version = '1.3.14'
         coroutine_version = '1.3.7'
         glide_version = '4.9.0'
         room_version = "2.2.5"
@@ -28,10 +28,9 @@ buildscript {
     repositories {
         google()
         jcenter()
-
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:4.0.1'
+        classpath 'com.android.tools.build:gradle:4.1.0'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
         classpath 'org.jetbrains.dokka:dokka-gradle-plugin:0.10.1'

+ 2 - 17
gradle/wrapper/gradle-wrapper.properties

@@ -1,21 +1,6 @@
-#
-# Copyright (C) 2018 Drake, Inc.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#Mon Jun 22 01:18:38 CST 2020
+#Thu Oct 29 15:58:06 CST 2020
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip