Skip to content

Commit

Permalink
release: v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiationX committed Dec 28, 2022
1 parent b1af202 commit 62ffcd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app-mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "ru.radiationx.anilibria"
minSdkVersion app_min_sdk_version
targetSdkVersion app_target_sdk_version
versionCode 62
versionName "2.8.0"
versionCode 63
versionName "2.8.1"
buildConfigField "String", 'BUILD_DATE', '"' + getDateTime() + '"'
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
14 changes: 7 additions & 7 deletions check.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"update": {
"version_code": "62",
"version_name": "2.8.0",
"version_code": "63",
"version_name": "2.8.1",
"version_build": "0",
"build_date": "27 декабря 2022 г.",
"build_date": "28 декабря 2022 г.",
"links": [
{
"name": "AniLibria App",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.0/AniLibria_v2.8.0.apk",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.1/AniLibria_v2.8.1.apk",
"type": "file"
},
{
"name": "AniLibria Lite (Белая иконка)",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.0/AniLibria_Lite_v2.8.0.apk",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.1/AniLibria_Lite_v2.8.1.apk",
"type": "file"
}
],
Expand All @@ -23,13 +23,13 @@
"Поддержка Android 13"
],
"fixed": [
"Относительно 2.8.0: Повышена стабильность",
"Анимация открытия релиза",
"Теперь в истории загружаются актуальные данные о релизах",
"Оптимизация производительности"
],
"changed": [
"Было сделано много изменений \"под капотом\", которые позволяют сделать приложение более стабильным и быстрым",
"Подробная информация об изменениях на <a href=\"https://github.com/anilibria/anilibria-app/releases/tag/2.8.0\">GitHub</a>"
"Было сделано много изменений \"под капотом\", которые позволяют сделать приложение более стабильным и быстрым"
]
}
}

0 comments on commit 62ffcd2

Please sign in to comment.