Skip to content

Commit

Permalink
had to remove google analystics, reverb does not work again
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBzik committed Aug 4, 2023
1 parent 3b7890e commit be83fdb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ android {
}

debug {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
minifyEnabled true
shrinkResources true
debuggable false
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// minifyEnabled true
// shrinkResources true
debuggable true
}
}

Expand Down Expand Up @@ -130,7 +130,7 @@ dependencies {

// Crashlytics
implementation("com.google.firebase:firebase-crashlytics-ktx:18.3.2")
implementation("com.google.firebase:firebase-analytics-ktx:21.2.0")



implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
Expand Down
14 changes: 7 additions & 7 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"project_info": {
"project_number": "790726641813",
"project_id": "radioplayer-780ac",
"storage_bucket": "radioplayer-780ac.appspot.com"
"project_number": "368990494251",
"project_id": "onlyradio-97101",
"storage_bucket": "onlyradio-97101.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:790726641813:android:7b09865cd46d6741c2739c",
"mobilesdk_app_id": "1:368990494251:android:309a5ba00464909f0c946e",
"android_client_info": {
"package_name": "com.onlyradio.radioplayer"
}
},
"oauth_client": [
{
"client_id": "790726641813-691ncv14nngpj8a8p1a5o58fpf3btjer.apps.googleusercontent.com",
"client_id": "368990494251-enhvvgmhviffrgqlq1oggl4ps1vvuhoq.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCo9wYXm-P9efWBvYjSNGtudsV-h5NzxWA"
"current_key": "AIzaSyA_SSP_lLUuCump-fVzK09sGU1GBeVqi8k"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "790726641813-691ncv14nngpj8a8p1a5o58fpf3btjer.apps.googleusercontent.com",
"client_id": "368990494251-enhvvgmhviffrgqlq1oggl4ps1vvuhoq.apps.googleusercontent.com",
"client_type": 3
}
]
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class MainActivity : AppCompatActivity() {
bind.root.doOnLayout {
flHeight = bind.viewHeight.height
}

}


Expand Down

0 comments on commit be83fdb

Please sign in to comment.