From 091e8c5334ab4459f1efef067bfc78beaa2fae6d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2020 00:24:43 +0530 Subject: Application name changes --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/app/build.gradle') diff --git a/android/app/build.gradle b/android/app/build.gradle index 9876c3f..89cc94c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.owyn" + applicationId "io.github.phenax.owyn" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() -- cgit v1.3.1