Skip to content

Commit

Permalink
Merge pull request #1134 from square/ray/upgrade-tutorial-dep
Browse files Browse the repository at this point in the history
Update tutorial dep to 1.12.1-beta03
  • Loading branch information
rjrjr authored Oct 27, 2023
2 parents e63b4c7 + 6c74246 commit 87ade41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext {
kotlin_version = '1.8.10'
workflow_version = "1.11.0-beta03"
workflow_version = "1.12.1-beta03"

deps = [
activityktx: 'androidx.activity:activity-ktx:1.3.0',
Expand Down

0 comments on commit 87ade41

Please sign in to comment.