File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ The ```build.gradle``` in Main Module add
8383``` java
8484 dependencies {
8585 ...
86- implementation ' com.tengine.android:tenginekit:1.0.4 '
86+ implementation ' com.tengine.android:tenginekit:1.0.5 '
8787 ...
8888 }
8989```
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Project中的build.gradle添加
8080```
8181 dependencies {
8282 ...
83- implementation 'com.tengine.android:tenginekit:1.0.4 '
83+ implementation 'com.tengine.android:tenginekit:1.0.5 '
8484 ...
8585 }
8686```
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050 implementation ' com.makeramen:roundedimageview:2.3.0'
5151 implementation ' com.google.android.material:material:1.0.0'
5252
53- implementation ' com.tengine.android:tenginekit:1.0.4 '
53+ implementation ' com.tengine.android:tenginekit:1.0.5 '
5454
5555 implementation ' com.android.support:appcompat-v7:28.0.0'
5656 implementation ' com.android.support:recyclerview-v7:28.0.0'
You can’t perform that action at this time.
0 commit comments