camera featurecombinationquery

  
काम
नया अपडेट रिलीज़ किया गया जांचा और परखा हुआ वर्शन रिलीज़ कैंडिडेट बीटा रिलीज़ ऐल्फ़ा रिलीज़
4 जून, 2025 - - 1.5.0-beta01 -

डिपेंडेंसी का एलान करना

camera featurecombinationquery पर डिपेंडेंसी जोड़ने के लिए, आपको अपने प्रोजेक्ट में Google Maven रिपॉज़िटरी जोड़नी होगी. ज़्यादा जानकारी के लिए, Google की Maven रिपॉज़िटरी पढ़ें.

अपने ऐप्लिकेशन या मॉड्यूल के लिए, build.gradle फ़ाइल में उन आर्टफ़ैक्ट की डिपेंडेंसी जोड़ें जिनकी आपको ज़रूरत है:

ग्रूवी

dependencies {
    // Use to implement camera featurecombinationquerys
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01"

    // Use to implement camera featurecombinationquery complications
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta01"

    // Use to implement a featurecombinationquery style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta01"

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and featurecombinationquerys may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-beta01"
}

Kotlin

dependencies {
    // Use to implement camera featurecombinationquerys
    //TODO: Confirm these dependencies
    implementation("androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01")

    // Use to implement camera featurecombinationquery complications
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta01"

    // Use to implement a featurecombinationquery style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta01")

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and featurecombinationquerys may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-beta01"
}

डिपेंडेंसी के बारे में ज़्यादा जानने के लिए, बिल्ड डिपेंडेंसी जोड़ना लेख पढ़ें.

सुझाव/राय दें या शिकायत करें

आपके सुझाव, शिकायत या राय से हमें Jetpack को बेहतर बनाने में मदद मिलती है. अगर आपको कोई नई समस्या मिलती है या इस लाइब्रेरी को बेहतर बनाने के लिए आपके पास कोई सुझाव है, तो हमें बताएं. नई लाइब्रेरी बनाने से पहले, कृपया इस लाइब्रेरी में मौजूद मौजूदा समस्याओं पर एक नज़र डालें. किसी मौजूदा समस्या पर अपना वोट जोड़ने के लिए, स्टार बटन पर क्लिक करें.

नई समस्या बनाना

ज़्यादा जानकारी के लिए, समस्या ट्रैकर का दस्तावेज़ देखें.

संस्‍करण 1.5

वर्शन 1.5.0-beta01

4 जून, 2025

androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01 और androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta01 रिलीज़ हो गए हैं. वर्शन 1.5.0-beta01 में ये कमिट शामिल हैं.

नई सुविधाएं

  • 1.5.0-beta01 पर अपडेट करने के बाद, FeatureCombinationQuery आर्टफ़ैक्ट को उनकी लाइब्रेरी ग्रुप में ले जाया गया है. यह बदलाव, CameraX लाइब्रेरी के मॉड्यूलर और मैनेज करने लायक बनाने के लिए ज़रूरी है.

एपीआई में हुए बदलाव

  • SessionConfigurationCompat और SessionParametersCompat का नाम बदलकर क्रमशः SessionConfigurationLegacy और SessionParametersLegacy कर दिया गया है, ताकि सिर्फ़ पुराने एपीआई के साथ काम करने की उनकी सुविधा को बेहतर तरीके से दिखाया जा सके.
  • इसी तरह, CameraDeviceSetupCompat.#isSessionConfigurationSupported(SessionConfigurationCompat) के तरीके का नाम/हस्ताक्षर बदलकर CameraDeviceSetupCompat.#isSessionConfigurationSupportedLegacy(SessionConfigurationLegacy) कर दिया गया है