We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601b2f4 commit 04a5485Copy full SHA for 04a5485
build.gradle
@@ -54,7 +54,7 @@ buildscript {
54
google()
55
}
56
dependencies {
57
- classpath 'com.android.tools.build:gradle:3.1.2'
+ classpath 'com.android.tools.build:gradle:3.1.3'
58
classpath rootProject.ext.deps["kotlin-gradle-plugin"]
59
60
// NOTE: Do not place your application dependencies here; they belong
chrome-tabs/src/main/java/de/mrapp/android/tabswitcher/layout/AbstractTabViewHolder.java
@@ -37,8 +37,4 @@ public abstract class AbstractTabViewHolder {
37
*/
38
public ImageButton closeButton;
39
40
- /**
41
- * The custom button of a tab.
42
- */
43
- public ImageButton customButton;
44
0 commit comments