Browse Source

Merge pull request #12677 from nextcloud/renovate/androidx.compose.ui-ui-tooling-1.x

Update dependency androidx.compose.ui:ui-tooling to v1.6.4
Andy Scherzinger 1 year ago
parent
commit
5e7458670b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -266,7 +266,7 @@ dependencies {
     implementation("androidx.compose.ui:ui-graphics")
     implementation("androidx.compose.ui:ui-graphics")
     implementation("androidx.compose.material3:material3")
     implementation("androidx.compose.material3:material3")
     implementation("androidx.compose.ui:ui-tooling-preview:1.6.4")
     implementation("androidx.compose.ui:ui-tooling-preview:1.6.4")
-    debugImplementation 'androidx.compose.ui:ui-tooling:1.6.2'
+    debugImplementation 'androidx.compose.ui:ui-tooling:1.6.4'
 
 
     compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
     compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
     // remove after entire switch to lib v2
     // remove after entire switch to lib v2