Skip to content

Commit 80424d3

Browse files
committed
bump to 1.10.0 & update readme
1 parent a393bb5 commit 80424d3

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ RealSR-NCNN-Android
8080
```
8181

8282
### step3
83-
Open this project with Android Studio, rebuild it and then you could find the program in `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\release\obj\arm64-v8a` or `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\debug\obj\arm64-v8a`
84-
Click `3rdparty/copy_cli_build_result.bat` and it could copy the build result to GUI project.
83+
Open this project with Android Studio, rebuild it and the build result in `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\release\obj\arm64-v8a` or `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\debug\obj\arm64-v8a` could copy to the GUI project automatilly.
84+
Click `3rdparty/copy_cli_build_result.bat` and it could copy the other files to GUI project.
8585

8686

8787
## How to use RealSR-NCNN-Android-CLI
@@ -123,7 +123,7 @@ If you encounter crash or error, try to upgrade your derive
123123

124124
## How to build RealSR-NCNN-Android-GUI
125125
Download `assets.zip` from github release page, the zip file contains models & elf files. Unzip and put them to this folder, then build it with Android Studio.
126-
The direct download link for current version: https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.9.6/assets.zip
126+
The direct download link for current version: https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.10.0/assets.zip
127127

128128
```
129129
RealSR-NCNN-Android-GUI\app\src\main\assets\

README_CHS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ RealSR-NCNN-Android
9999
```
100100

101101
### step3
102-
用 Android Studio 打开工程, rebuild 然后你就可以在 `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\release\obj\arm64-v8a``RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\debug\obj\arm64-v8a` 找到编译好的二进制文件。
103-
点击 `3rdparty/copy_cli_build_result.bat` 可以自动复制编译结果到 GUI 工程目录中
102+
用 Android Studio 打开工程, rebuild 然后你就可以在 `RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\release\obj\arm64-v8a``RealSR-NCNN-Android-CLI\*\build\intermediates\cmake\debug\obj\arm64-v8a` 找到编译好的二进制文件,这些文件会被编译脚本自动复制到 GUI 工程目录中
103+
点击 `3rdparty/copy_cli_build_result.bat` 可以更新其他库文件的二进制文件到 GUI 工程目录中
104104

105105
## 如何使用 RealSR-NCNN-Android-CLI
106106
### 下载模型
@@ -133,7 +133,7 @@ RealSR-NCNN-Android
133133

134134
## 如何编译 RealSR-NCNN-Android-GUI
135135
从 github release 页面下载 `assets.zip` , 其中包含了模型和CLI程序, 解压并放置到如下路径, 然后使用 Android Studio 进行编译。
136-
当前版本的下载连接为 https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.9.6/assets.zip
136+
当前版本的下载连接为 https://github.com/tumuyan/RealSR-NCNN-Android/releases/download/1.10.0/assets.zip
137137

138138
```
139139
RealSR-NCNN-Android-GUI\app\src\main\assets\

RealSR-NCNN-Android-GUI/app/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
minSdk 24
1111
//noinspection ExpiredTargetSdkVersion
1212
targetSdk 28
13-
versionCode 42
14-
versionName '1.9.7'
13+
versionCode 43
14+
versionName '1.10.0'
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -50,8 +50,6 @@ dependencies {
5050
implementation 'com.google.android.material:material:1.5.0-alpha01'
5151
testImplementation 'junit:junit:4.13.2'
5252
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
53-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
54-
implementation 'com.github.bumptech.glide:glide:4.12.0'
55-
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
53+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5654
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
5755
}

0 commit comments

Comments
 (0)