Skip to content

Commit

Permalink
release: v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiationX committed Dec 28, 2022
1 parent 0b4f872 commit a53fd7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 63
versionName "2.8.1"
versionCode 64
versionName "2.8.2"
buildConfigField "String", 'BUILD_DATE', '"' + getDateTime() + '"'
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 5 additions & 5 deletions check.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"update": {
"version_code": "63",
"version_name": "2.8.1",
"version_code": "64",
"version_name": "2.8.2",
"version_build": "0",
"build_date": "28 декабря 2022 г.",
"links": [
{
"name": "AniLibria App",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.1/AniLibria_v2.8.1.apk",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.2/AniLibria_v2.8.2.apk",
"type": "file"
},
{
"name": "AniLibria Lite (Белая иконка)",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.1/AniLibria_Lite_v2.8.1.apk",
"url": "https://github.com/anilibria/anilibria-app/releases/download/2.8.2/AniLibria_Lite_v2.8.2.apk",
"type": "file"
}
],
Expand All @@ -23,7 +23,7 @@
"Поддержка Android 13"
],
"fixed": [
"Относительно 2.8.0: Повышена стабильность",
"Относительно 2.8.1: Повышена стабильность",
"Анимация открытия релиза",
"Теперь в истории загружаются актуальные данные о релизах",
"Оптимизация производительности"
Expand Down

0 comments on commit a53fd7c

Please sign in to comment.