File tree Expand file tree Collapse file tree 4 files changed +8
-24
lines changed
Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ dependencies {
7777 implementation depends. rxjava2. core
7878 implementation depends. rxjava2. android
7979 implementation depends. rxjava2. kotlin
80- kapt depends. binding. compiler
8180
8281 // ==================== Debug ====================
8382 implementation(depends. crashlytics) {
Original file line number Diff line number Diff line change 1- # Project-wide Gradle settings.
2-
3- # IDE (e.g. Android Studio) users:
4- # Gradle settings configured through the IDE *will override*
5- # any settings specified in this file.
6-
7- # For more details on how to configure your build environment visit
8- # http://www.gradle.org/docs/current/userguide/build_environment.html
9-
10- # Specifies the JVM arguments used for the daemon process.
11- # The setting is particularly useful for tweaking memory settings.
121org.gradle.jvmargs =-Xmx1536m
13-
14- # When configured, Gradle will run in incubating parallel mode.
15- # This option should only be used with decoupled projects. More details, visit
16- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17- # org.gradle.parallel=true
2+ android.databinding.enableV2 =true
Original file line number Diff line number Diff line change 1- # Tue Jan 16 18:41:23 JST 2018
1+ # Fri Apr 06 07:32:45 JST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
Original file line number Diff line number Diff line change 11ext {
22 versions = [
33 compileSdk : 26 ,
4- buildTools : " 26 .0.1 " ,
4+ buildTools : " 27 .0.3 " ,
55 minSdk : 19 ,
66 targetSdk : 26 ,
7- gradleBuildTool : " 3.0.1 " ,
7+ gradleBuildTool : " 3.1.0 " ,
88 mavenGradle : " 2.0" ,
9- kotlin : " 1.2.10 " ,
9+ kotlin : " 1.2.30 " ,
1010 ktlint : " 0.14.0" ,
1111 ktlintGradle : " 3.0.0" ,
1212 fabricGradleTool : " 1.25.1" ,
13- supportLibrary : " 26 .1.0 " ,
13+ supportLibrary : " 27 .1.1 " ,
1414 espresso : " 3.0.1" ,
1515 retrofit : " 2.3.0" ,
1616 stetho : " 1.5.0" ,
4949 kotlin : " io.reactivex.rxjava2:rxkotlin:2.2.0" ,
5050 ],
5151 binding : [
52- compiler : " com.android.databinding:compiler:3.0.1 " ,
52+ compiler : " com.android.databinding:compiler:3.1.0 " ,
5353 ],
5454
5555 // ==================== Debug ====================
You can’t perform that action at this time.
0 commit comments