Add delete, bulk key creation, download stats, and v1.1.0.

New stats tab, hard delete with confirmation, count field for batch keys, and license list sorted newest first.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-02 00:21:21 +08:00
parent c36f1d629a
commit 399f828ca8
10 changed files with 572 additions and 76 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "ru.mailib.ttrpg.licensemanager"
minSdk = 26
targetSdk = 35
versionCode = 3
versionName = "1.0.2"
versionCode = 4
versionName = "1.1.0"
}
buildTypes {