mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Update ui library, add jetpack compose preview capability
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
cabde4e779
commit
15c560e9b0
1 changed files with 1 additions and 2 deletions
|
@ -266,7 +266,7 @@ dependencies {
|
|||
implementation("androidx.compose.ui:ui-graphics")
|
||||
implementation("androidx.compose.material3:material3")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.6.2")
|
||||
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.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
|
||||
|
@ -306,7 +306,6 @@ dependencies {
|
|||
|
||||
implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion"
|
||||
implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2:$fidoVersion"
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.2'
|
||||
|
||||
// document scanner not available on FDroid (generic) due to OpenCV binaries
|
||||
gplayImplementation project(':appscan')
|
||||
|
|
Loading…
Reference in a new issue