diff --git a/GUT.Schedule/GUTSchedule.Droid/GUTSchedule.Droid.csproj b/GUT.Schedule/GUTSchedule.Droid/GUTSchedule.Droid.csproj index 5070313..5acf8e6 100644 --- a/GUT.Schedule/GUTSchedule.Droid/GUTSchedule.Droid.csproj +++ b/GUT.Schedule/GUTSchedule.Droid/GUTSchedule.Droid.csproj @@ -18,7 +18,7 @@ Resource Off false - v11.0 + v12.0 Properties\AndroidManifest.xml Resources Assets diff --git a/GUT.Schedule/GUTSchedule.Droid/Properties/AndroidManifest.xml b/GUT.Schedule/GUTSchedule.Droid/Properties/AndroidManifest.xml index eddcb0a..af69b01 100644 --- a/GUT.Schedule/GUTSchedule.Droid/Properties/AndroidManifest.xml +++ b/GUT.Schedule/GUTSchedule.Droid/Properties/AndroidManifest.xml @@ -1,7 +1,7 @@  - - + + diff --git a/changelogs/android/en-IN/changelogs/android-changelog.txt b/changelogs/android/en-IN/changelogs/android-changelog.txt index 5cf69a2..5a11cb4 100644 --- a/changelogs/android/en-IN/changelogs/android-changelog.txt +++ b/changelogs/android/en-IN/changelogs/android-changelog.txt @@ -3,3 +3,5 @@ Since anonymous schedule on SPbSUT website is based on week numbers, it is cruci - Disabled the ability to sign in with an account This is a temporary measure as at the time this feature is blocked by DDoS protection software that was recently installed on the SPbSUT website. We are working on a solution to this problem + +- Updated target SDK to 31 (Android 12) diff --git a/changelogs/android/ru-RU/changelogs/android-changelog.txt b/changelogs/android/ru-RU/changelogs/android-changelog.txt index 421c9f2..8648339 100644 --- a/changelogs/android/ru-RU/changelogs/android-changelog.txt +++ b/changelogs/android/ru-RU/changelogs/android-changelog.txt @@ -3,3 +3,5 @@ - Отключена возможность входа с помощью аккаунта Это временное решение, так как на данный момент данная функция заблокирована защитой от DDoS, которая была недавно установлена на сайте СПбГУТ. Мы работаем над решением данной проблемы + +- Целевая платформа обновлена до Android 12 diff --git a/changelogs/github.md b/changelogs/github.md index 421e366..5bbc588 100644 --- a/changelogs/github.md +++ b/changelogs/github.md @@ -2,6 +2,7 @@ - Updated first week of the first semester start date for anonymous timetable export Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable ## Android +- Updated target SDK to 31 (Android 12) - Disabled the ability to sign in with an account This is a temporary measure as at the time this feature is blocked by DDoS protection software that was recently installed on the SPbSUT website. We are working on a solution to this problem