Skip to content

Commit

Permalink
Merge pull request #38 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored May 29, 2023
2 parents a1bbb3c + 5e86851 commit 065f224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,7 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs += listOf(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
)
}

packagingOptions {
packaging {
resources {
excludes += setOf("META-INF/*.kotlin_module")
}
Expand All @@ -128,11 +120,11 @@ tasks.withType<KotlinCompile> {
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")

implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
implementation("com.google.firebase:firebase-analytics-ktx")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("androidx.activity:activity-compose:1.7.1")


with(Deps.Koin) {
Expand All @@ -157,7 +149,7 @@ dependencies {
implementation(material3WindowSizeClass)
}
implementation("io.github.pushpalroy:jetlime:1.0.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1")
implementation("com.google.maps.android:android-maps-utils:2.3.0")

with(Deps.PlayServices) {
Expand All @@ -166,8 +158,8 @@ dependencies {
}

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

implementation(project(":SharedCode"))
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default_platform :android

platform :android do

versionNum = 83
versionNum = 84


before_all do
Expand Down

0 comments on commit 065f224

Please sign in to comment.