Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compileSdkVersion (0.35 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolutionIssuesIntegrationTest.groovy

                }
    
                version = "2.8.0-alpha02"
                group = "androidx.lifecycle"
    
                android {
                    namespace "androidx.lifecycle.livedata.core"
                    compileSdkVersion "android-34"
                }
            """
    
            file("lifecycle/lifecycle-runtime/build.gradle") << """
                plugins {
                    id("com.android.library")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 04:02:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidPluginsSmokeTest.groovy

                    />
                </LinearLayout>'''.stripIndent()
        }
    
        def androidPluginConfiguration(String appPackage) {
            """
                android {
                    compileSdkVersion 22
                    buildToolsVersion "${TestedVersions.androidTools}"
    
                    namespace "${appPackage}"
                    defaultConfig {
                        minSdkVersion 22
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top