From 5a7648d1acc959e8371fbab83dfe77c978b612b5 Mon Sep 17 00:00:00 2001 From: MalitsPlus <50281195+MalitsPlus@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:16:54 +0900 Subject: [PATCH] build: v3.1.0 --- app/build.gradle | 4 ++-- release_log.json | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c1cb78c3..518cae2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/release_log.json b/release_log.json index 6ddc456a..9b002f8a 100644 --- a/release_log.json +++ b/release_log.json @@ -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",