Skip to content

Commit 96c2f50

Browse files
committed
♻️ update package name
1 parent 481bcde commit 96c2f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
android {
12-
namespace = "com.chunhthanhde.spotify"
12+
namespace = "com.chunhthanhde.spotify_flutter"
1313
compileSdk = flutter.compileSdkVersion
1414
ndkVersion = flutter.ndkVersion
1515

@@ -24,7 +24,7 @@ android {
2424

2525
defaultConfig {
2626
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
27-
applicationId = "com.chunhthanhde.spotify"
27+
applicationId = "com.chunhthanhde.spotify_flutter"
2828
// You can update the following values to match your application needs.
2929
// For more information, see: https://flutter.dev/to/review-gradle-config.
3030
minSdk = 23

android/app/src/main/kotlin/com/chunhthanhde/spotify/MainActivity.kt renamed to android/app/src/main/kotlin/com/chunhthanhde/spotify_flutter/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.chunhthanhde.spotify
1+
package com.chunhthanhde.spotify_flutter
22

33
import io.flutter.embedding.android.FlutterActivity
44

0 commit comments

Comments
 (0)