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

Commit

Permalink
build: v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Sep 15, 2024
1 parent 3985d8b commit 5a7648d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.github.malitsplus.shizurunotes"
minSdk 26
targetSdk 30
versionCode 110
versionName "3.0.0"
versionCode 111
versionName "3.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
9 changes: 9 additions & 0 deletions release_log.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"versionCode": "111",
"versionName": "3.1.0",
"recommend": "false",
"messageJa": "- データベースファイルインポート機能の追加\n- 自動更新機能の削除\n- インデックス範囲外エクセプションの修正",
"messageZh": "- 新增手动导入数据库功能(使用方法请参考文档)#95\n- 移除自动更新检测\n- 修复 Rank Comparison 索引越界 Bug #96",
"infoJa": "",
"infoZh": ""
},
{
"versionCode": "110",
"versionName": "3.0.0",
Expand Down

0 comments on commit 5a7648d

Please sign in to comment.