Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit d1275f5

Browse files
committed
Replace com.example with io.chirp
1 parent f8d023d commit d1275f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
defaultConfig {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41-
applicationId "com.example.chirp_flutter_example"
41+
applicationId "io.chirp.chirp_flutter_example"
4242
minSdkVersion 16
4343
targetSdkVersion 28
4444
versionCode flutterVersionCode.toInteger()

example/android/app/src/main/kotlin/com/example/chirp_flutter_example/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.chirp_flutter_example
1+
package io.chirp.chirp_flutter_example
22

33
import android.os.Bundle
44
import io.flutter.app.FlutterActivity

0 commit comments

Comments
 (0)