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
+1 -1
View File
@@ -7,7 +7,7 @@
<application
android:label="kooltab2"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/launcher_icon">
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.ota_update_provider"
@@ -0,0 +1,5 @@
package dev.brammie15.kooltab
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity()
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB