2 Commits
2.15.0 ... main

Author SHA1 Message Date
CherretGit
08399922b9 Update version to 2.15 and increment versionCode 2026-01-12 00:06:15 +07:00
CherretGit
1d0f5bea34 Update changelog.md 2026-01-12 00:06:13 +07:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
1. Добавление поддержки Android 9
2. Исправление ошибок
1. Улучшение работы JNI
2. Исправление багов интерфейса
3. Небольшое изменение motion physics (из Material 3e)

View File

@@ -1,6 +1,6 @@
{
"version": "2.14",
"versionCode": 26,
"downloadUrl": "https://github.com/CherretGit/zaprett-app/releases/download/2.14.0/app-release.apk",
"version": "2.15",
"versionCode": 27,
"downloadUrl": "https://github.com/CherretGit/zaprett-app/releases/download/2.15.0/app-release.apk",
"changelogUrl": "https://raw.githubusercontent.com/CherretGit/zaprett-app/refs/heads/main/changelog.md"
}