Skip to content

Commit

Permalink
Remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
ittianyu committed Apr 5, 2019
1 parent 0d9f293 commit 4645b0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ compile "com.android.support:design:26.+"
```
2. new version support lib = 28
```groovy
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.3'
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.4'
implementation "com.android.support:design:28.0.0"
```
3. AndroidX
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ compile "com.android.support:design:26.+"
```
2. 新版本 support lib = 28
```groovy
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.3'
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.4'
implementation "com.android.support:design:28.0.0"
```
3. AndroidX
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation "com.android.support:design:$rootProject.supportLibraryVersion"

implementation project(':widget')
// implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.2'
// implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.4'
// leakcanary
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
Expand Down
4 changes: 2 additions & 2 deletions widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionName "2.0.3"
versionCode 24
versionName "2.0.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public BottomNavigationViewInner(Context context, AttributeSet attrs, int defSty
android.support.design.R.styleable.BottomNavigationView_itemTextAppearanceActive});
// clear if you don't have set item icon tint list
if (!a.hasValue(android.support.design.R.styleable.BottomNavigationView_itemIconTint)) {
System.out.println("------clearIconTintColor-------");
clearIconTintColor();
}
a.recycle();
Expand Down

0 comments on commit 4645b0f

Please sign in to comment.