diff --git a/app/build.gradle b/app/build.gradle index bad5895..7e86c88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "net.accelf.itc_lms_unofficial" minSdkVersion 23 targetSdkVersion 29 - versionCode 8 - versionName "1.1.0" + versionCode 9 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/changelogs/v1.1.1/whatsnew-ja-JP b/changelogs/v1.1.1/whatsnew-ja-JP new file mode 100644 index 0000000..bf53b46 --- /dev/null +++ b/changelogs/v1.1.1/whatsnew-ja-JP @@ -0,0 +1,4 @@ +* 課題詳細画面でスタイルが適用されない問題の修正 +* アルファベットを含む講義コードに対応 +* 内容の長い通知を通知欄で展開できるように改善 +* 出席状況によってクラッシュする問題の修正