AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Manual updates 20220408 camerax

Open moljac opened this issue 2 years ago • 3 comments

Does this change any of the generated binding API's?

yes - updates and new bindings for camerax (internal request)

Describe your contribution

Camera updates and new bindings

Updates

  • androidx.camera:camera-camera2 - 1.0.2 -> 1.1.0-beta02

  • androidx.camera:camera-core - 1.0.2 -> 1.1.0-beta02

  • androidx.camera:camera-lifecycle - 1.0.2 -> 1.1.0-beta02

New bindings

  • androidx.camera:camera-video - -> 1.1.0-beta02

  • androidx.camera:camera-view - -> 1.1.0-beta02

Changed API

  • androidx.appcompat.appcompat

  • androidx.appcompat.appcompat-resources

    • Xamarin.AndroidX.AppCompat.AppCompatResources

    • diff.md

  • androidx.arch.core.core-common

  • androidx.camera.camera-camera2

  • androidx.camera.camera-core

  • androidx.camera.camera-lifecycle

  • androidx.camera.camera-video

  • androidx.camera.camera-view

  • androidx.databinding.databinding-runtime

    • Xamarin.AndroidX.DataBinding.DataBindingRuntime

    • diff.md

  • androidx.lifecycle.lifecycle-livedata-ktx

  • androidx.lifecycle.lifecycle-runtime-ktx

  • androidx.navigation.navigation-runtime

    • Xamarin.AndroidX.Navigation.Runtime

    • diff.md

  • androidx.paging.paging-common

  • androidx.paging.paging-runtime

  • androidx.paging.paging-rxjava2

  • androidx.room.room-ktx

  • androidx.security.security-crypto

  • com.google.android.material.material

  • com.google.crypto.tink.tink-android

    • Xamarin.Google.Crypto.Tink.Android

    • diff.md

  • io.reactivex.rxjava2.rxjava

  • org.jetbrains.kotlin.kotlin-reflect

  • org.jetbrains.kotlin.kotlin-stdlib

  • org.jetbrains.kotlin.kotlin-stdlib-jdk7

  • org.jetbrains.kotlinx.kotlinx-coroutines-android

  • org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm

  • org.jetbrains.kotlinx.kotlinx-coroutines-reactive

  • org.jetbrains.kotlinx.kotlinx-coroutines-rx2

moljac avatar Apr 09 '22 14:04 moljac

The packages look good, but we need to leave this on the branch and publish from there.

Because there are existing stable versions of these packages, if we bump the main config.json to these new versions we will not be able to release updates to the stable versions. Additionally, if any other stable packages have a dependency on these packages, they will start having a dependency on the unstable versions if merged to main.

jpobst avatar Apr 11 '22 18:04 jpobst

OK. Let me tag and publish. I will merge this when it will be stable. Namely, we'll need metadata

moljac avatar Apr 11 '22 18:04 moljac

Stable version v1.1.0

TheMofaDe avatar Jul 08 '22 01:07 TheMofaDe