diff --git a/README.md b/README.md index b6ab29fb..5d53b13a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ### 本项目移除测试图片,请下载Demo后自行配图测试 #### 测试图片 -![图片](https://github.com/devzwy/open_nsfw_android/blob/dev/demopic.png) +![图片](https://github.com/devzwy/open_nsfw_android/blob/dev/img/demopic.png) ### 开始使用 diff --git a/README_EN.md b/README_EN.md index 3fa31f9e..2499265c 100644 --- a/README_EN.md +++ b/README_EN.md @@ -14,7 +14,7 @@ >>> Python and C + + have two ways to feed data. You can select PB model or tflite file according to your needs. Please refer to the above link for details. Java can only load PB model at present. Other platforms can [Google]( https://www.google.cn ) ### This project removes the test picture, please download demo and test by yourself #### picture -![图片](https://github.com/devzwy/open_nsfw_android/blob/dev/demopic.png) +![图片](https://github.com/devzwy/open_nsfw_android/blob/dev/img/demopic.png) diff --git a/app/build.gradle b/app/build.gradle index edfec1c5..95064575 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.zww.sample" minSdkVersion 21 targetSdkVersion 30 - versionCode 136 - versionName "1.3.6" + versionCode 137 + versionName "1.3.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/img/1.png b/img/1.png deleted file mode 100644 index 02afa3af..00000000 Binary files a/img/1.png and /dev/null differ diff --git a/img/4.jpg b/img/4.jpg deleted file mode 100644 index 784765db..00000000 Binary files a/img/4.jpg and /dev/null differ diff --git a/app/src/main/assets/demopic.png b/img/demopic.png similarity index 100% rename from app/src/main/assets/demopic.png rename to img/demopic.png