Skip to content

Commit

Permalink
Development: Update playstore app id and firebase app id
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Oct 4, 2024
1 parent 33f1ba3 commit c108206
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

defaultConfig applicationDefaultConfig@{
applicationId = "de.tum.informatics.www1.artemis.native_app.android"
applicationId = "de.tum.cit.aet.artemis"

this@applicationDefaultConfig.versionCode = versionCode
this@applicationDefaultConfig.versionName = versionName
Expand Down
6 changes: 3 additions & 3 deletions app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:88090765578:android:867ba04c73e06b43f5f2f3",
"mobilesdk_app_id": "1:88090765578:android:0aaa68c4f6ef8fedf5f2f3",
"android_client_info": {
"package_name": "de.tum.informatics.www1.artemis.native_app.android"
"package_name": "de.tum.cit.aet.artemis"
}
},
"oauth_client": [
Expand All @@ -36,4 +36,4 @@
}
],
"configuration_version": "1"
}
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ androidx-security-crypto = { group = "androidx.security", name = "security-crypt
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
auth0-java-jwt = { group = "com.auth0.android", name = "jwtdecode", version = "2.0.2" }
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
google-firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version = "32.6.0" }
google-firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version = "33.4.0" }
google-firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging" }
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
Expand Down Expand Up @@ -136,7 +136,7 @@ android-application = { id = "com.android.application", version.ref = "androidGr
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
google-services = { id = "com.google.gms.google-services", version = "4.4.0" }
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
google-firebase-appdistribution = { id = "com.google.firebase.appdistribution", version = "4.0.1" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
google-ksp = { id = "com.google.devtools.ksp", version = "1.9.25-1.0.20" }

0 comments on commit c108206

Please sign in to comment.