update icon

This commit is contained in:
2026-02-23 22:51:21 +07:00
parent 7679f54257
commit e3356862fe
550 changed files with 10929 additions and 21951 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.acnoo.pospro"
namespace = "com.kulapos.id"
compileSdk = 36
ndkVersion = "27.0.12077973"
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.acnoo.pospro"
applicationId = "com.kulapos.id"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 23
@@ -33,7 +33,7 @@ android {
release {
keyAlias 'upload'
keyPassword '123456789'
storeFile file('pospro.jks')
storeFile file('kulakpos.jks')
storePassword '123456789'
}
}