Skip to content

Commit c4d71d6

Browse files
committed
see 09/02 log
1 parent b75eec3 commit c4d71d6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

utilcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ dependencies {
6262
testCompile "org.robolectric:robolectric:$rootProject.ext.robolectricVersion"
6363
testCompile "com.google.truth:truth:0.31"
6464
}
65-
apply from: "https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
65+
//apply from: "https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
6666
//gradle bintrayUpload

utilcode/src/main/java/com/blankj/utilcode/util/ToastUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import android.support.annotation.NonNull;
1313
import android.support.annotation.StringRes;
1414
import android.support.v4.widget.TextViewCompat;
15-
import android.util.Log;
1615
import android.view.Gravity;
1716
import android.view.LayoutInflater;
1817
import android.view.View;
@@ -388,7 +387,6 @@ private static View getView(@LayoutRes final int layoutId) {
388387
}
389388
}
390389
}
391-
Log.d("bbbb", "getView: ");
392390
LayoutInflater inflate = (LayoutInflater) Utils.getApp().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
393391
final View toastView = inflate.inflate(layoutId, null);
394392
sViewWeakReference = new WeakReference<>(toastView);

0 commit comments

Comments
 (0)