Skip to content

Commit

Permalink
version upgrades link to project board
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Aug 17, 2024
1 parent 6177f3a commit b697ff5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
googleHttp = "1.44.1"
//composeDevBom = "dev.chrisbanes.compose:compose-bom:2024.05.00-alpha02"
composeBom = "androidx.compose:compose-bom:2024.06.00"
activityCompose = "1.9.0"
activityCompose = "1.9.1"
workManager = "2.9.1"
}

Expand Down
2 changes: 1 addition & 1 deletion mlkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxTextExtJunit"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.annotation:annotation:$annotations"
api 'com.google.android.gms:play-services-mlkit-text-recognition-common:19.0.0'
api 'com.google.android.gms:play-services-mlkit-text-recognition-common:19.1.0'
api "com.google.mlkit:text-recognition-bundled-common:$mlkitTextRecognition"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
2 changes: 1 addition & 1 deletion myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
implementation "androidx.compose.runtime:runtime-livedata"
debugImplementation "androidx.compose.ui:ui-tooling"
implementation "androidx.compose.material:material-icons-extended"
implementation "androidx.paging:paging-compose:3.3.0"
implementation "androidx.paging:paging-compose:3.3.2"
implementation "com.google.accompanist:accompanist-drawablepainter:$accompanist"
implementation "com.google.accompanist:accompanist-themeadapter-material3:$accompanist"
implementation('app.futured.donut:donut-compose:2.2.3')
Expand Down
6 changes: 6 additions & 0 deletions myExpenses/src/main/res/values/version_info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="versions">
<item>749;3.8.7.1</item>
<item>748;3.8.7</item>
<item>743;3.8.6</item>
<item>739;3.8.5</item>
Expand Down Expand Up @@ -147,6 +148,7 @@
<string name="project_board_385">143#column-19888171</string>
<string name="project_board_386">1</string>
<string name="project_board_387">3</string>
<string name="project_board_3871">4</string>

<string-array name="whats_new_355">
<item>@string/whats_new_355</item>
Expand Down Expand Up @@ -206,4 +208,8 @@
<string-array name="whats_new_387">
<item>@string/cab_MyExpenses_filter_help_text</item>
</string-array>
<string-array name="whats_new_3871">
<item>@string/ui_refinement</item>
<item>@string/bug_fixes</item>
</string-array>
</resources>

0 comments on commit b697ff5

Please sign in to comment.