wear watchfacepush
Son Güncelleme | Kararlı Sürüm | Sürüm Adayı | Beta Sürümü | Alfa Sürümü |
---|---|---|---|---|
18 Haziran 2025 | - | - | - | 1.0.0-alpha01 |
Bağımlılıkları beyan etme
wear watchfacepush için bağımlı eklemek istiyorsanız projenize Google Maven deposunu eklemeniz gerekir. Daha fazla bilgi için Google'ın Maven deposunu okuyun.
Uygulamanızın veya modülünüzün build.gradle
dosyasına ihtiyacınız olan yapıların bağımlılıklarını ekleyin:
Eski
dependencies { // Use to implement wear watchfacepushs //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01" // Use to implement wear watchfacepush complications //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a watchfacepush style and complication editor //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and watchfacepushs may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-complications-rendering:1.0.0-alpha01" }
Kotlin
dependencies { // Use to implement wear watchfacepushs //TODO: Confirm these dependencies implementation("androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01") // Use to implement wear watchfacepush complications //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a watchfacepush style and complication editor //TODO: Confirm these dependencies implementation("androidx.wear.watchfacepush:watchfacepush-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and watchfacepushs may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.watchfacepush:watchfacepush-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ştirmek için fikirleriniz varsa lütfen bize bildirin. Yeni bir kitaplık oluşturmadan önce lütfen bu kitaplıktaki mevcut sorunlara göz atın. Yıldız düğmesini tıklayarak mevcut bir soruna oy verebilirsiniz.
Daha fazla bilgi için Sorun İzleyici belgelerine bakın.
Sürüm 1.0
Sürüm 1.0.0-alpha01
18 Haziran 2025
androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01
yayınlanır. 1.0.0-alpha01 sürümü bu taahhütleri içerir.
API Değişiklikleri
- Wear OS uygulamasının, saate kadran yüklemesine programatik olarak olanak tanıyan Watch Face Push API eklendi.
- API daha önce
:wear:watchface:watchface-push
olarak yayınlanmıştı