This commit is contained in:
Odweta
2024-02-10 02:42:23 +01:00
parent d8e52335cb
commit 58f75c87fd
40 changed files with 274 additions and 262 deletions
+3 -3
View File
@@ -4,15 +4,15 @@ plugins {
}
android {
namespace = "com.odweta.solen"
namespace = "com.odweta.solon"
compileSdk = 34
defaultConfig {
applicationId = "com.odweta.solen"
applicationId = "com.odweta.solon"
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}