Skip to content

Commit

Permalink
2.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Apr 2, 2018
1 parent 4d1e86b commit 6818756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [x] 检测并显示导入模组的有效文件数量
- [x] bundle文件细粒度的资源修改
- [x] rar,7z模组格式的支持
- [ ] 模组预览图片的支持
- [x] 模组预览图片的支持
- [ ] 外部目录模组和自动修改监控功能(主要提供模组制作者使用)

### [使用指引](https://github.com/xausky/UnityModManager/wiki/%E4%B8%BB%E9%A1%B5)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "io.github.xausky.unitymodmanager"
minSdkVersion 17
minSdkVersion 15
targetSdkVersion 27
versionCode 220
versionName "2.2.0-beta4"
versionName "2.2.0-rc1"
ndk{
abiFilters "armeabi-v7a","x86"
}
Expand Down
2 changes: 1 addition & 1 deletion libva/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 17
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 6818756

Please sign in to comment.