better gestures, more settings, stability fixes

This commit is contained in:
randogoth 2026-06-19 13:32:48 +03:00
parent 7a1395220c
commit f005073ad5
4 changed files with 151 additions and 75 deletions

View file

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "vision.flux.plasmoid"
namespace = "com.randogoth.plasmoid"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
compileSdkVersion 36
@ -22,7 +22,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "vision.flux.plasmoid"
applicationId = "com.randogoth.plasmoid"
// 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

View file

@ -1,4 +1,4 @@
package vision.flux.plasmoid
package com.randogoth.plasmoid
import io.flutter.embedding.android.FlutterActivity