-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code updated to run on SDK 33 and Gradle 7.5 #12
base: master
Are you sure you want to change the base?
Changes from 12 commits
99b1b59
d8ffa9d
c37e032
70c3ce4
9d4e191
35ec2f6
2457bc3
78d4976
c76efc3
91f6ab0
b088df2
81ca5d2
1dee279
cbfad3b
3ad4883
3e1436d
d749465
5b1c93a
694ccd1
92c5c10
13af776
2982664
c8f4045
644840e
1f25352
db83eef
b0d8cf7
f322768
5176be6
78e58c4
ac3c247
3372bb9
71c0808
77c1c1a
b22af65
e3e5ddc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "423316326245", | ||
"project_id": "locationreminder-80efc", | ||
"storage_bucket": "locationreminder-80efc.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:423316326245:android:a33b5cc75ea0375d7a838c", | ||
"android_client_info": { | ||
"package_name": "com.udacity.project4" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "423316326245-vg0vfgi6s4avapcmptbj3l314s7l4o66.apps.googleusercontent.com", | ||
"client_type": 1, | ||
"android_info": { | ||
"package_name": "com.udacity.project4", | ||
"certificate_hash": "8daf07abce85f500329c4babccc42573b5ffeed4" | ||
} | ||
}, | ||
{ | ||
"client_id": "423316326245-8fjtl5af57sanqo7cvf9850cigltbkb5.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyB9Y3uogCpRJbOC-bliKYlzjhL-__57OZY" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "423316326245-0gidq5ki1qov5ms3cnsoa50obfd3v3p3.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<resources> | ||
<!-- TODO: Before you run your application, you need a Google Maps API key.--> | ||
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false"></string> | ||
</resources> | ||
<!-- | ||
TODO: Before you run your application, you need a Google Maps API key. | ||
--> | ||
<string name="google_maps_key" templateMergeStrategy="preserve" | ||
translatable="false">AIzaSyC6hBgGRJHLlKoosvbR-nPUg0w5Lg3cbWs</string> | ||
</resources> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@graffiti75 Do you see the first change of this PR is not required here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New PR created: #14