build: update gradle version
This commit is contained in:
@ -54,7 +54,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
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"]
|
classpath rootProject.ext.deps["kotlin-gradle-plugin"]
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
@ -37,8 +37,4 @@ public abstract class AbstractTabViewHolder {
|
|||||||
*/
|
*/
|
||||||
public ImageButton closeButton;
|
public ImageButton closeButton;
|
||||||
|
|
||||||
/**
|
|
||||||
* The custom button of a tab.
|
|
||||||
*/
|
|
||||||
public ImageButton customButton;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user