This commit is contained in:
2026-09-23 01:18:39 +03:00
parent 50f4102b93
commit c9bdb03d5e
14 changed files with 222 additions and 38 deletions
+5 -5
View File
@@ -9,14 +9,14 @@ plugins {
android {
namespace = "ru.megboyzz.lks.profile"
compileSdk = 34
compileSdk = 36
defaultConfig {
applicationId = "ru.megboyzz.lks.profile"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
minSdk = 29
targetSdk = 36
versionCode = 105
versionName = "1.0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}