File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
kotlin/com/example/ht_main Expand file tree Collapse file tree 4 files changed +8
-8
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.example.ht_main "
12
+ namespace = " com.example.flutter_news_app_mobile_client_full_source_code "
13
13
compileSdk = flutter.compileSdkVersion
14
14
ndkVersion = " 29.0.13113456"
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.example.ht_main "
27
+ applicationId = " com.example.flutter_news_app_mobile_client_full_source_code "
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 = 24
Original file line number Diff line number Diff line change 1
1
{
2
2
"project_info" : {
3
3
"project_number" : " 420644261437" ,
4
- "project_id" : " headlines-toolkit " ,
5
- "storage_bucket" : " headlines-toolkit .firebasestorage.app"
4
+ "project_id" : " flutter-news-app-full-source-code " ,
5
+ "storage_bucket" : " flutter-news-app-full-source-code .firebasestorage.app"
6
6
},
7
7
"client" : [
8
8
{
9
9
"client_info" : {
10
10
"mobilesdk_app_id" : " 1:420644261437:android:3fa3052f883bf86958a454" ,
11
11
"android_client_info" : {
12
- "package_name" : " com.example.ht_main "
12
+ "package_name" : " com.example.flutter_news_app_mobile_client_full_source_code "
13
13
}
14
14
},
15
15
"oauth_client" : [],
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
2
<application
3
- android : label =" ht_main "
3
+ android : label =" flutter_news_app_mobile_client_full_source_code "
4
4
android : name =" ${applicationName}"
5
5
android : icon =" @mipmap/launcher_icon" >
6
6
<activity
30
30
<category android : name =" android.intent.category.DEFAULT" />
31
31
<category android : name =" android.intent.category.BROWSABLE" />
32
32
<!-- Accepts URIs that begin with your dynamic link domain -->
33
- <data android : scheme =" https" android : host =" htmain .page.link" />
33
+ <data android : scheme =" https" android : host =" flutter-news-app-full-source-code .page.link" />
34
34
</intent-filter >
35
35
</activity >
36
36
<!-- Don't delete the meta-data below.
Original file line number Diff line number Diff line change 1
- package com.example.ht_main
1
+ package com.example.flutter_news_app_mobile_client_full_source_code
2
2
3
3
import io.flutter.embedding.android.FlutterActivity
4
4
You can’t perform that action at this time.
0 commit comments