Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Nov 21, 2024
1 parent 755d29c commit 33e59c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "dev.arkbuilders.rate"
minSdk = 26
targetSdk = 34
versionCode = 5
versionName = "2.0.1"
versionCode = 6
versionName = "2.0.2"
setProperty("archivesBaseName", "ark-rate")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 5 additions & 5 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "414351467383",
"project_id": "ark-builders-test",
"storage_bucket": "ark-builders-test.appspot.com"
"project_number": "659862496072",
"project_id": "ark-rate-test",
"storage_bucket": "ark-rate-test.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:414351467383:android:be354cff9341b81e623772",
"mobilesdk_app_id": "1:659862496072:android:bd9e57c870395c3802897d",
"android_client_info": {
"package_name": "dev.arkbuilders.rate"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCn2k1dAY8sqK4rjsjOd38fOr54FPOAdyY"
"current_key": "AIzaSyDYJv31n-7JnZB5FQ1o16zatujTXbfbbpk"
}
],
"services": {
Expand Down

0 comments on commit 33e59c9

Please sign in to comment.