test ext

  
काम की सूची
नया अपडेट अच्छी तरह काम करने वाला वर्शन रिलीज़ कैंडिडेट बीटा वर्शन ऐल्फ़ा वर्शन
19 मई, 2026 - - - 1.0.0-alpha03

डिपेंडेंसी की जानकारी देना

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

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

ग्रूवी

dependencies {
    // Use to implement test exts
    //TODO: Confirm these dependencies
    implementation "androidx.test.ext:ext:1.0.0-alpha03"

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

    // Use to implement a ext style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.test.ext:ext-editor:1.0.0-alpha03"

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and exts may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.test.ext:ext-complications-rendering:1.0.0-alpha03"
}

Kotlin

dependencies {
    // Use to implement test exts
    //TODO: Confirm these dependencies
    implementation("androidx.test.ext:ext:1.0.0-alpha03")

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

    // Use to implement a ext style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.test.ext:ext-editor:1.0.0-alpha03")

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and exts may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.test.ext:ext-complications-rendering:1.0.0-alpha03"
}

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

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

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

नई समस्या दर्ज करने का तरीका

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

वर्शन 1.0

वर्शन 1.0.0-alpha03

19 मई, 2026

androidx.test.ext:junit-gtest:1.0.0-alpha03 रिलीज़ हो गया है. वर्शन 1.0.0-alpha03 में ये बदलाव शामिल हैं.

एपीआई में किए गए बदलाव

  • junit-gtest में शामिल सभी एपीआई को बंद किया गया. (I355df, b/500007449)

गड़बड़ियां ठीक की गईं

  • NDK को अपग्रेड करने की अनुमति देने के लिए, minSdkVersion को 21 पर सेट किया गया (Ic748f)