Skip to content

Commit d18c851

Browse files
committed
Rename android sample package
1 parent 94cc695 commit d18c851

File tree

6 files changed

+611
-9
lines changed

6 files changed

+611
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ GeneratedPluginRegistrant.*
4646
**/android/gradlew.bat
4747
**/android/local.properties
4848
**/android/**/GeneratedPluginRegistrant.java
49+
**/android/app/.cxx
4950

5051
# iOS/XCode related
5152
**/ios/**/*.mode1v3
@@ -105,6 +106,7 @@ Podfile.lock
105106

106107
# Other ignored files
107108
google-services.json
109+
!sample_app/android/app/google-services.json
108110
.melos_tool/
109111
.packages/flutter_widgets/example/ios/Flutter/.last_build_id
110112
.packages/dart_client/example/ios/Flutter/.last_build_id

sample_app/android/app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424
}
2525

2626
android {
27-
namespace "com.example.example"
27+
namespace "io.getstream.chat.android.flutter.sample"
2828

2929
compileSdkVersion 35
3030

@@ -40,8 +40,7 @@ android {
4040
}
4141

4242
defaultConfig {
43-
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
44-
applicationId "com.example.example"
43+
applicationId "io.getstream.chat.android.flutter.sample"
4544
minSdkVersion 23
4645
targetSdkVersion 34
4746
versionCode flutterVersionCode.toInteger()

0 commit comments

Comments
 (0)