Skip to content

Commit

Permalink
dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Feb 27, 2024
1 parent 08a5613 commit 1a09a09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
// Root project build.gradle
buildscript {
ext {
version_code = 23
version_name = '1.2.4'
version_code = 26
version_name = '1.2.6'
min_sdk = 21
compile_sdk = 34
target_sdk = 34
build_tools_version = '34.0.0'
android_gradle_plugin_version = '8.2.2'
material_version = '1.11.0'
junit_version = '4.13.2'
kotlin_version = '1.9.21'
kotlin_compiler_extension_version = '1.5.6'
androidx_compose_bom_version = '2023.10.01'

kotlin_version = '1.9.22'
kotlin_compiler_extension_version = '1.5.10'
androidx_compose_bom_version = '2024.02.01'

androidx_core_version = '1.12.0'
androidx_appcompat_version = '1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
// androidTestImplementation "androidx.test.espresso:espresso-idling-resource:$androidx_test_espresso_version"

// Test rules and transitive dependencies:
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.6.2"

// Needed for createComposeRule, but not createAndroidComposeRule:
//noinspection GradleDependency
Expand Down

0 comments on commit 1a09a09

Please sign in to comment.