feat: add logo
This commit is contained in:
@@ -15,7 +15,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "dev.brammie15.kooltab2"
|
||||
namespace = "dev.brammie15.kooltab"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
@@ -28,7 +28,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "dev.brammie15.kooltab2"
|
||||
applicationId = "dev.brammie15.kooltab"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
|
||||
Reference in New Issue
Block a user