xr projected

  
YAPILACAKLAR
Son Güncelleme Kararlı sürüm Sürüm Adayı Beta Sürümü Alfa sürümü
22 Ekim 2025 - - - 1.0.0-alpha01

Bağımlılıkları bildirme

xr projected'e bağımlılık eklemek için Google Maven deposunu projenize eklemeniz gerekir. Daha fazla bilgi için Google'ın Maven deposunu okuyun.

Uygulamanız veya modülünüz için build.gradle dosyasına ihtiyacınız olan yapılarla ilgili bağımlılıkları ekleyin:

Eski

dependencies {
    // Use to implement xr projecteds
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected:1.0.0-alpha01"

    // Use to implement xr projected complications
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a projected style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-editor:1.0.0-alpha01"

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and projecteds may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-rendering:1.0.0-alpha01"
}

Kotlin

dependencies {
    // Use to implement xr projecteds
    //TODO: Confirm these dependencies
    implementation("androidx.xr.projected:projected:1.0.0-alpha01")

    // Use to implement xr projected complications
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a projected style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.xr.projected:projected-editor:1.0.0-alpha01")

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and projecteds may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-rendering:1.0.0-alpha01"
}

Bağımlılıklar hakkında daha fazla bilgi için Derleme bağımlılıkları ekleme başlıklı makaleyi inceleyin.

Geri bildirim

Geri bildiriminiz Jetpack'in iyileştirilmesine yardımcı olur. Yeni sorunlar keşfederseniz veya bu kitaplığı iyileştirmeye yönelik fikirleriniz varsa lütfen bize bildirin. Yeni bir sorun oluşturmadan önce lütfen bu kitaplıktaki mevcut sorunlara göz atın. Yıldız düğmesini tıklayarak mevcut bir soruna oyunuzu ekleyebilirsiniz.

Yeni sorun oluşturma

Daha fazla bilgi için Sorun İzleyici belgelerini inceleyin.

Sürüm 1.0

Sürüm 1.0.0-alpha01

22 Ekim 2025

androidx.xr.projected:projected:1.0.0-alpha01 iptal edilir. 1.0.0-alpha01 sürümü bu commit'leri içerir.

Yeni Özellikler

  • Projected XR kitaplığını (Ieedea7) ekler.