File tree Expand file tree Collapse file tree 6 files changed +10
-50
lines changed
Expand file tree Collapse file tree 6 files changed +10
-50
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## next release
3+ ## 3.0.0
44- fixed #92 : Migrate to AndroidX
55- fixed #100 : Use unique view IDs
66- fixed #109 : Added resource ID for main FAB
7+ - updated gradle and Android gradle plugin
78
89## [ 2.0.1] - 2018-09-28
910- fixed #95 : support 28 workaround does not work on minified release apk
Original file line number Diff line number Diff line change 2121ext. deps = [:]
2222def versions = [:]
2323versions. android_checkstyle_plugin = " 1.1.0"
24- versions. android_gradle_plugin = " 3.3 .2"
24+ versions. android_gradle_plugin = " 3.4 .2"
2525versions. android_maven_gradle_plugin = " 2.1"
2626versions. android_material = " 1.0.0"
2727versions. androidx_appcompat = " 1.0.2"
@@ -35,10 +35,11 @@ versions.gradle_bintray_plugin = "1.8.4"
3535versions. gradle_versions_plugin = " 0.21.0"
3636versions. junit = " 4.12"
3737versions. kotlin = " 1.2"
38+ versions. material = " 1.0.0"
3839versions. mockito = " 2.13.3"
3940versions. mockito_all = " 1.10.19"
40- versions. nullaway = " 0.6.6 "
41- versions. violations_plugin = " 1.52 "
41+ versions. nullaway = " 0.7.5 "
42+ versions. violations_plugin = " 1.56 "
4243ext. versions = versions
4344
4445def commitCount = ' git rev-list --count HEAD' . execute(). text. trim()
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ KEYSTORE_PATH=../keystore/release.keystore
1717KEYSTORE_PROPERTIES_PATH =../keystore/keystore.properties
1818org.gradle.jvmargs =-Xmx1536M
1919org.gradle.parallel =true
20- android.enableBuildCache =false
2120android.useAndroidX =true
2221android.enableJetifier =true
Original file line number Diff line number Diff line change 1- #
2- # Copyright 2018 Roberto Leinardi.
3- #
4- # Licensed under the Apache License, Version 2.0 (the "License");
5- # you may not use this file except in compliance with the License.
6- # You may obtain a copy of the License at
7- #
8- # http://www.apache.org/licenses/LICENSE-2.0
9- #
10- # Unless required by applicable law or agreed to in writing, software
11- # distributed under the License is distributed on an "AS IS" BASIS,
12- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- # See the License for the specific language governing permissions and
14- # limitations under the License.
15- #
1+ # Sat Jul 27 09:41:28 CEST 2019
162distributionBase =GRADLE_USER_HOME
173distributionPath =wrapper/dists
18- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
194zipStoreBase =GRADLE_USER_HOME
205zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
Original file line number Diff line number Diff line change @@ -72,4 +72,5 @@ dependencies {
7272 implementation " androidx.appcompat:appcompat:$versions . androidx_appcompat "
7373 implementation " androidx.recyclerview:recyclerview:$versions . androidx_recyclerview "
7474 implementation " androidx.constraintlayout:constraintlayout:$versions . androidx_constraintlayout "
75+ implementation " com.google.android.material:material:$versions . material "
7576}
You can’t perform that action at this time.
0 commit comments