File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ android {
28
28
targetSdk = flutter. targetSdkVersion
29
29
versionCode = flutter. versionCode
30
30
versionName = flutter. versionName
31
+ manifestPlaceholders = [
32
+ appAuthRedirectScheme : " com.ontime.app"
33
+ ]
31
34
}
32
35
33
36
buildTypes {
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
3
android : label =" on_time_front"
4
- android : name =" ${applicationName} "
4
+ android : name =" on_time "
5
5
android : icon =" @mipmap/ic_launcher" >
6
6
<activity
7
7
android : name =" .MainActivity"
Original file line number Diff line number Diff line change @@ -16,3 +16,18 @@ subprojects {
16
16
tasks. register(" clean" , Delete ) {
17
17
delete rootProject. buildDir
18
18
}
19
+
20
+ buildscript {
21
+ repositories {
22
+ google()
23
+ mavenCentral()
24
+ }
25
+
26
+ }
27
+
28
+ allprojects {
29
+ repositories {
30
+ google()
31
+ mavenCentral()
32
+ }
33
+ }
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4G -XX:MaxMetaspaceSize =2G -XX:+HeapDumpOnOutOfMemoryError
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
+ android.suppressUnsupportedCompileSdk =35
Original file line number Diff line number Diff line change @@ -463,14 +463,6 @@ packages:
463
463
description: flutter
464
464
source: sdk
465
465
version: "0.0.0"
466
- flutter_web_auth:
467
- dependency: "direct main"
468
- description:
469
- name: flutter_web_auth
470
- sha256: "95e4856e24fb6ac1678f5ff334743b63f782d839ab324543d29ccbd295176209"
471
- url: "https://pub.dev"
472
- source: hosted
473
- version: "0.6.0"
474
466
flutter_web_plugins:
475
467
dependency: transitive
476
468
description: flutter
Original file line number Diff line number Diff line change @@ -52,12 +52,10 @@ dependencies:
52
52
uuid : ^4.5.1
53
53
flutter_svg : ^2.0.14
54
54
55
- google_sign_in : ^6.2.2
56
55
kakao_flutter_sdk_user : ^1.9.6
57
56
http : ^1.2.2
58
57
url_launcher : ^6.3.1
59
58
shared_preferences : ^2.3.3
60
- flutter_web_auth : ^0.6.0
61
59
kakao_flutter_sdk : ^1.9.6
62
60
flutter_appauth : ^8.0.1
63
61
go_router : ^14.6.2
@@ -73,6 +71,7 @@ dependencies:
73
71
flutter_background : ^1.3.0+1
74
72
intl : ^0.20.1
75
73
dotted_line : ^3.2.3
74
+ google_sign_in : ^6.2.2
76
75
77
76
78
77
You can’t perform that action at this time.
0 commit comments