build: update gradle version

This commit is contained in:
imkiva 2018-09-10 22:33:43 +08:00
parent 601b2f4679
commit 04a5485319
No known key found for this signature in database
GPG Key ID: A0A40A816B1689AA
2 changed files with 1 additions and 5 deletions

View File

@ -54,7 +54,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath rootProject.ext.deps["kotlin-gradle-plugin"]
// NOTE: Do not place your application dependencies here; they belong

View File

@ -37,8 +37,4 @@ public abstract class AbstractTabViewHolder {
*/
public ImageButton closeButton;
/**
* The custom button of a tab.
*/
public ImageButton customButton;
}