File tree Expand file tree Collapse file tree
src/main/kotlin/com/bibleside/bibleside Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323}
2424
2525android {
26- namespace " com.example.bible_side "
26+ namespace " com.bibleside.bibleside "
2727 compileSdkVersion flutter. compileSdkVersion
2828 ndkVersion flutter. ndkVersion
2929
@@ -41,8 +41,7 @@ android {
4141 }
4242
4343 defaultConfig {
44- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
45- applicationId " com.example.bible_side"
44+ applicationId " com.bibleside.bibleside"
4645 // You can update the following values to match your application needs.
4746 // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
4847 minSdkVersion flutter. minSdkVersion
Original file line number Diff line number Diff line change 1- package com.example.bible_side
1+ package com.bibleside.bibleside
22
33import io.flutter.embedding.android.FlutterActivity
44
You can’t perform that action at this time.
0 commit comments