Skip to content

Commit

Permalink
[Dependencies] updated dependencies for the memo's libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Jan 13, 2022
1 parent 1871d1a commit 4825710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ dependencies {
annotationProcessor project(path: ':memo-compiler')

implementation("com.zeoflow:zson:1.3.0")
implementation("com.zeoflow:flow-kit:1.5.0")
implementation("com.zeoflow:material-elements:2.4.1")
implementation('com.zeoflow:flow-kit:1.6.2')
implementation('com.zeoflow:material-elements:2.5.0')

implementation("com.zeoflow:parcelled-runtime:1.1.0")
annotationProcessor("com.zeoflow:parcelled-compiler:1.1.0")
implementation('com.zeoflow:parcelled-runtime:1.1.1')
annotationProcessor('com.zeoflow:parcelled-compiler:1.1.1')
}
2 changes: 1 addition & 1 deletion memo-annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ android {
}

dependencies {
api("androidx.annotation:annotation:1.2.0")
api('androidx.annotation:annotation:1.4.0-alpha01')
}
2 changes: 1 addition & 1 deletion memo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
implementation("com.zeoflow:zson:1.3.0")

implementation("androidx.annotation:annotation:1.3.0-alpha01")
implementation("androidx.annotation:annotation:1.4.0-alpha01")

coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
}

0 comments on commit 4825710

Please sign in to comment.