diff --git a/example/.metadata b/example/.metadata index c3900f7..7d6d56f 100644 --- a/example/.metadata +++ b/example/.metadata @@ -4,8 +4,8 @@ # This file should be version controlled. version: - revision: 13a2fb10b838971ce211230f8ffdd094c14af02c - channel: beta + revision: 18a827f3933c19f51862dde3fa472197683249d6 + channel: stable project_type: app @@ -13,11 +13,14 @@ project_type: app migration: platforms: - platform: root - create_revision: 13a2fb10b838971ce211230f8ffdd094c14af02c - base_revision: 13a2fb10b838971ce211230f8ffdd094c14af02c + create_revision: 18a827f3933c19f51862dde3fa472197683249d6 + base_revision: 18a827f3933c19f51862dde3fa472197683249d6 + - platform: android + create_revision: 18a827f3933c19f51862dde3fa472197683249d6 + base_revision: 18a827f3933c19f51862dde3fa472197683249d6 - platform: linux - create_revision: 13a2fb10b838971ce211230f8ffdd094c14af02c - base_revision: 13a2fb10b838971ce211230f8ffdd094c14af02c + create_revision: 18a827f3933c19f51862dde3fa472197683249d6 + base_revision: 18a827f3933c19f51862dde3fa472197683249d6 # User provided section diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 990c2ff..0833ecf 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "me.polynom.moxdns_example" + applicationId "com.example.example" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml index 1771a3e..45d523a 100644 --- a/example/android/app/src/debug/AndroidManifest.xml +++ b/example/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.example">