Skip to content

Commit

Permalink
Released api and url to public
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDaVinci committed Dec 7, 2019
1 parent 40db45a commit 29c3c53
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -8,5 +8,3 @@
/build
/captures
.externalNativeBuild
/app/google-services.json
/app/src/main/res/xml/remote_config.xml
48 changes: 48 additions & 0 deletions app/google-services.json
@@ -0,0 +1,48 @@
{
"project_info": {
"project_number": "1026730763067",
"firebase_url": "https://musicdownloader-75df6.firebaseio.com",
"project_id": "musicdownloader-75df6",
"storage_bucket": "musicdownloader-75df6.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1026730763067:android:f286e1f8101e7724",
"android_client_info": {
"package_name": "com.example.application.musicdownloader"
}
},
"oauth_client": [
{
"client_id": "1026730763067-7ub4m9aqtd7m0toa4f8s6m8tgn2m5aar.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.example.application.musicdownloader",
"certificate_hash": "d50bf4286e04501fcdad87dcf7a6f3391e1377de"
}
},
{
"client_id": "1026730763067-lk43eu1o86unarhaa8qg1dmk4mmag70d.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAeqvXJnrhqvOnL5ie4EoKvImxhyz9be5A"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1026730763067-lk43eu1o86unarhaa8qg1dmk4mmag70d.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
Binary file added app/release/app-release.aab
Binary file not shown.
Binary file added app/release/app-release.apk
Binary file not shown.
1 change: 1 addition & 0 deletions app/release/output.json
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":8,"versionName":"v1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
12 changes: 12 additions & 0 deletions app/src/main/res/xml/remote_config.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<defaultsMap>
<entry>
<key>YOUTUBE_API_KEY</key>
<value>AIzaSyDBs8dEBTzXOac8jUDnInjvdLirGyMYNZI</value>
</entry>

<entry>
<key>SERVER_URL</key>
<value>http://3.84.203.42/</value>
</entry>
</defaultsMap>

0 comments on commit 29c3c53

Please sign in to comment.