Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Crusoekid committed Sep 21, 2020
1 parent 6ae7815 commit 4556334
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The ```build.gradle``` in Main Module add
```java
dependencies {
...
implementation 'com.tengine.android:tenginekit:1.1.2'
implementation 'com.tengine.android:tenginekit:1.1.3'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Project中的build.gradle添加
```
dependencies {
...
implementation 'com.tengine.android:tenginekit:1.1.2'
implementation 'com.tengine.android:tenginekit:1.1.3'
...
}
```
Expand Down
Binary file modified libs/tenginekit.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/GoogleBodyDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.google.android.material:material:1.0.0'

implementation 'com.tengine.android:tenginekit:1.1.2'
implementation 'com.tengine.android:tenginekit:1.1.3'

implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
Expand Down
2 changes: 1 addition & 1 deletion sample/GoogleFaceDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.google.android.material:material:1.0.0'

implementation 'com.tengine.android:tenginekit:1.1.2'
implementation 'com.tengine.android:tenginekit:1.1.3'

implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
Expand Down
2 changes: 1 addition & 1 deletion sample/GoogleHandDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.google.android.material:material:1.0.0'

implementation 'com.tengine.android:tenginekit:1.1.2'
implementation 'com.tengine.android:tenginekit:1.1.3'

implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
Expand Down
28 changes: 0 additions & 28 deletions sample/GoogleUse/.project

This file was deleted.

0 comments on commit 4556334

Please sign in to comment.