diff --git a/app/build.gradle b/app/build.gradle index 59cb537..f8237c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "net.accelf.itc_lms_unofficial" minSdkVersion 23 targetSdkVersion 29 - versionCode 7 - versionName "1.0.5" + versionCode 8 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/changelogs/v1.1.0/whatsnew-ja-JP b/changelogs/v1.1.0/whatsnew-ja-JP new file mode 100644 index 0000000..6851b87 --- /dev/null +++ b/changelogs/v1.1.0/whatsnew-ja-JP @@ -0,0 +1,3 @@ +* 出席送信機能の追加 +* 講義資料の更新時に対象の資料にエフェクトを表示 +* PDFファイルの名前をタイトルバーに表示