Skip to content

Commit 0d4029e

Browse files
authored
Merge pull request #27 from Kyash/update_libraries
Update libraries
2 parents ae7f18d + d4c0b5f commit 0d4029e

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

example/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

gradle.properties

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
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.
121
org.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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 16 18:41:23 JST 2018
1+
#Fri Apr 06 07:32:45 JST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

versions.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ext {
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",
@@ -49,7 +49,7 @@ ext {
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 ====================

0 commit comments

Comments
 (0)