Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
warting authored and github-actions[bot] committed Dec 3, 2021
1 parent 6822229 commit dd1e155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeVersion")
debugImplementation("androidx.compose.ui:ui-tooling:$composeVersion")
}
}
3 changes: 2 additions & 1 deletion auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ val PUBLISH_ARTIFACT_ID by extra("auth")

apply(from = "${rootProject.projectDir}/gradle/publish-module.gradle")

val composeVersion = "1.0.4"

val composeVersion = "1.1.0-beta04"

android {
compileSdk = 31
Expand Down

0 comments on commit dd1e155

Please sign in to comment.