feat: add logo

This commit is contained in:
2026-07-30 02:52:45 +02:00
parent c210f80f27
commit 4515331f3a
93 changed files with 3139 additions and 33 deletions
+2 -2
View File
@@ -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