Skip to content

Commit 04a5485

Browse files
committed
build: update gradle version
1 parent 601b2f4 commit 04a5485

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ buildscript {
5454
google()
5555
}
5656
dependencies {
57-
classpath 'com.android.tools.build:gradle:3.1.2'
57+
classpath 'com.android.tools.build:gradle:3.1.3'
5858
classpath rootProject.ext.deps["kotlin-gradle-plugin"]
5959

6060
// NOTE: Do not place your application dependencies here; they belong

chrome-tabs/src/main/java/de/mrapp/android/tabswitcher/layout/AbstractTabViewHolder.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ public abstract class AbstractTabViewHolder {
3737
*/
3838
public ImageButton closeButton;
3939

40-
/**
41-
* The custom button of a tab.
42-
*/
43-
public ImageButton customButton;
4440
}

0 commit comments

Comments
 (0)