wear compose remote
| नया अपडेट | अच्छी तरह काम करने वाला वर्शन | रिलीज़ कैंडिडेट | बीटा रिलीज़ | ऐल्फ़ा रिलीज़ |
|---|---|---|---|---|
| 25 मार्च, 2026 | - | - | - | 1.0.0-alpha01 |
डिपेंडेंसी के बारे में जानकारी देना
wear compose remote पर डिपेंडेंसी जोड़ने के लिए, आपको अपने प्रोजेक्ट में Google Maven रिपॉज़िटरी जोड़नी होगी. ज़्यादा जानकारी के लिए, Google की Maven रिपॉज़िटरी पढ़ें.
अपने ऐप्लिकेशन या मॉड्यूल के लिए, build.gradle फ़ाइल में उन आर्टफ़ैक्ट की डिपेंडेंसी जोड़ें जिनकी आपको ज़रूरत है:
ग्रूवी
dependencies { // Use to implement wear compose.remotes //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote:" // Use to implement wear compose.remote complications //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source:" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source-ktx:" // Use to implement a compose.remote style and complication editor //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-editor:" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and compose.remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-rendering:" }
Kotlin
dependencies { // Use to implement wear compose.remotes //TODO: Confirm these dependencies implementation("androidx.wear.compose.remote:compose-remote:") // Use to implement wear compose.remote complications //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source:" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source-ktx:" // Use to implement a compose.remote style and complication editor //TODO: Confirm these dependencies implementation("androidx.wear.compose.remote:compose-remote-editor:") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and compose.remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-rendering:" }
डिपेंडेंसी के बारे में ज़्यादा जानकारी के लिए, बिल्ड डिपेंडेंसी जोड़ना लेख पढ़ें.
सुझाव/राय दें या शिकायत करें
आपके सुझाव, शिकायत या राय से Jetpack को बेहतर बनाने में मदद मिलती है. अगर आपको कोई नई समस्या मिलती है या आपके पास इस लाइब्रेरी को बेहतर बनाने के लिए सुझाव हैं, तो हमें बताएं. कृपया नई समस्या सबमिट करने से पहले, इस लाइब्रेरी में शामिल मौजूदा समस्याओं को देखें. स्टार बटन पर क्लिक करके, किसी मौजूदा समस्या के लिए वोट किया जा सकता है.
ज़्यादा जानकारी के लिए, समस्या ट्रैक करने वाले टूल का दस्तावेज़ देखें.
वर्शन 1.0
वर्शन 1.0.0-alpha01
25 मार्च, 2026
androidx.wear.compose.remote:remote-material3:1.0.0-alpha01 रिलीज़ हो गया है. वर्शन 1.0.0-alpha01 में ये बदलाव शामिल हैं.
एपीआई में किए गए बदलाव
RemoteTextButtonके सार्वजनिक एपीआई उपलब्ध कराएं. (I169e3, b/492476015)RemoteIconButtonके सार्वजनिक एपीआई उपलब्ध कराएं. (Id7c71, b/492476015)RemoteButtonGroupके सार्वजनिक एपीआई उपलब्ध कराएं. (Ibfc22, b/492476015)RemoteButton,RemoteCompactButton,RemoteButtonDefaults, औरRemoteButtonColorsको सार्वजनिक एपीआई के तौर पर उपलब्ध कराएं (I3bcdd, b/492476015)RemoteIconको सार्वजनिक एपीआई के तौर पर उपलब्ध कराएं (I0cc79, b/492476015)RemoteTextको सार्वजनिक एपीआई के तौर पर उपलब्ध कराएं (I8a11a, b/492476015)RemoteFloat.asRemoteDp()को सार्वजनिक एपीआई के तौर पर उपलब्ध कराएं (I28b36, b/446824085)