UPDATE: Add self update, reset data, logs

This commit is contained in:
2025-08-25 09:52:03 +07:00
parent b54d8bd0c5
commit aec3601f2a
11 changed files with 813 additions and 102 deletions

View File

@@ -16,6 +16,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven{
url=uri("https://jitpack.io")
}
}
}