Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 committed Aug 21, 2023
1 parent c6b5b9e commit f4c76c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions patchapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.ewt45.patchapp"
minSdk 21
targetSdk 27
versionCode 7
versionName '0.0.6'
versionCode 8
versionName '0.1.0'
resourceConfigurations += ['en', 'zh', 'ru']
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions patchapp/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 7,
"versionName": "0.0.6",
"versionCode": 8,
"versionName": "0.1.0",
"outputFile": "EDPatch-beta.apk"
}
],
Expand Down
8 changes: 4 additions & 4 deletions readme/readme_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
### v0.1.0
- Old functions updated:
1. container settings - renderers
- fix: if lines start with # appears in the middle of txt, the lines below will not be read correctly.
- txt supports adding undefined renderers.(copy a renderer lines, change its key, name and env) after added it will be shown in the options.
- fix: if lines start with # appears in the middle of txt, the lines below will not be read correctly.
- txt supports adding undefined renderers.(copy a renderer lines, change its key, name and env) after added it will be shown in the options.
2. app shortcut
- support icons. (if any)
- support icons. (if any)
3. show cursor
- fix: in the last version(v0.0.6) assets/mouse.png is missing
- fix: in the last version(v0.0.6) assets/mouse.png is missing

### v0.0.6
- New functions available:
Expand Down

0 comments on commit f4c76c5

Please sign in to comment.