Skip to content

Commit

Permalink
chore: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urFate committed Aug 22, 2024
1 parent 590e44b commit 946bc29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.2.1"
versionName = "1.2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
dependencies {
classpath("com.google.gms:google-services:4.4.1")
classpath("com.google.gms:google-services:4.4.2")
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
kotlin("android") version "1.9.20" apply false
id ("com.android.application") version "8.5.1" apply false
id ("com.android.library") version "8.5.1" apply false
id ("com.android.application") version "8.5.2" apply false
id ("com.android.library") version "8.5.2" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("com.google.firebase.crashlytics") version "2.9.9" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false
}
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("androidx.room:room-common:2.6.1")
implementation ("com.google.accompanist:accompanist-systemuicontroller:0.30.1")
implementation ("androidx.media3:media3-common:1.4.0")
Expand Down

0 comments on commit 946bc29

Please sign in to comment.