Update Sample

change toobar title when recyclerview scroll to new item.
This commit is contained in:
LittleMango
2018-09-03 19:59:51 +08:00
parent c9ff4425e7
commit 1f0a4abfc8
5 changed files with 17 additions and 21 deletions

View File

@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.50'
ext.kotlin_version = '1.2.60'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.8.1'
}