diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c71538..4eea98e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: | flutter pub get chmod +x ./rust_builder - flutter docter -v + flutter doctor -v - name: Build APK run: | diff --git a/android/app/build.gradle b/android/app/build.gradle index 6d07a14..514f39c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -42,7 +42,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.localsend_rs" + applicationId "github.tom8zds.localsend_rs" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion flutter.minSdkVersion