Skip to content

Commit

Permalink
Update to rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Aug 9, 2024
1 parent daf043c commit 8f78d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ dependencies {
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)

// TODO Ryan change to `implementation` once we can properly handle Reaper being included but not enabled
releaseImplementation(libs.emerge.reaper)
implementation(libs.emerge.reaper)
}
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ navigation = "2.8.0-beta06"
browser = "1.5.0"
emergePlugin = "4.0.0-rc01"
emergeSnapshots = "1.2.0"
emergeReaper = "1.0.0-beta03"
emergeReaper = "1.0.0-rc01"
sentry = "4.10.0"
composeCompilerExtension = "1.5.3"
material3 = "1.3.0-beta05"
Expand Down

0 comments on commit 8f78d2d

Please sign in to comment.