File tree 2 files changed +3
-3
lines changed
src/main/kotlin/com/chunhthanhde/spotify_flutter
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
android {
12
- namespace = " com.chunhthanhde.spotify "
12
+ namespace = " com.chunhthanhde.spotify_flutter "
13
13
compileSdk = flutter. compileSdkVersion
14
14
ndkVersion = flutter. ndkVersion
15
15
@@ -24,7 +24,7 @@ android {
24
24
25
25
defaultConfig {
26
26
// 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 "
28
28
// You can update the following values to match your application needs.
29
29
// For more information, see: https://flutter.dev/to/review-gradle-config.
30
30
minSdk = 23
Original file line number Diff line number Diff line change 1
- package com.chunhthanhde.spotify
1
+ package com.chunhthanhde.spotify_flutter
2
2
3
3
import io.flutter.embedding.android.FlutterActivity
4
4
You can’t perform that action at this time.
0 commit comments