Skip to content

Commit

Permalink
Merge pull request #1 from kkevsekk1/dev-test
Browse files Browse the repository at this point in the history
[pull] dev-test from kkevsekk1:dev-test
  • Loading branch information
SOCK-MAGIC authored May 15, 2024
2 parents e549579 + 0c83b8a commit 7123e2f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Change Log
autoxjs 整个项目的一些更新日志,双版本号为稳定版(内容以修复的bug为主),单版本号为激进版本、发布新内容。

## [Unreleased](https://github.com/kkevsekk1/AutoX/compare/6.6.0...HEAD) 未发布
## [Unreleased](https://github.com/kkevsekk1/AutoX/compare/6.6.1...HEAD) 未发布

## [6.6.1] - 2024-5-12

@cnbilinyj
* 解决文件名是数字问题

@Lin
* 拦截删除代码时可能发生的崩溃

@refactor
* 迁移rxjava 适配器
* 添加版本兼容
* 统一使用 libs
* 修复一些bug

* OpenIntentActivity 这新增的,要同步对稳定进行修改

[6.6.1]:https://github.com/kkevsekk1/AutoX/compare/6.6.0...6.6.1


## [6.6.0] - 2024-4-21
Expand All @@ -12,7 +29,7 @@ autoxjs 整个项目的一些更新日志,双版本号为稳定版(内容以
@aiselp
* 删除大量未使用权限

先试用,目前比较稳定版本应该是5.5.8
先试用,目前比较稳定版本应该是6.5.8

[6.6.0]:https://github.com/kkevsekk1/AutoX/compare/6.5.9...6.6.0

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_project_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
android:id="@+id/project_location"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"/>
android:inputType="text"/>
</com.google.android.material.textfield.TextInputLayout>

</LinearLayout>
Expand Down Expand Up @@ -216,4 +216,4 @@
</FrameLayout>


</LinearLayout>
</LinearLayout>
8 changes: 4 additions & 4 deletions project-versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"appVersionCode": 660,
"appVersionName": "6.6.0",
"devVersionCode": 660,
"devVersionName": "6.6.0",
"appVersionCode": 661,
"appVersionName": "6.6.1",
"devVersionCode": 661,
"devVersionName": "6.6.1",
"target": 28,
"mini": 21,
"compile": 34,
Expand Down

0 comments on commit 7123e2f

Please sign in to comment.