Skip to content

Commit

Permalink
Add missing test, dev & stable build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed Jan 20, 2023
1 parent cbec2b0 commit 4ec0d9f
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 0 deletions.
10 changes: 10 additions & 0 deletions play-services-auth-base/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-auth/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-cast-framework/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-cast-framework/core/build.gradle
Expand Up @@ -45,6 +45,16 @@ android {
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}

kotlinOptions {
jvmTarget = 1.8
}
Expand Down
10 changes: 10 additions & 0 deletions play-services-cast/core/build.gradle
Expand Up @@ -50,6 +50,16 @@ android {
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}

kotlinOptions {
jvmTarget = 1.8
}
Expand Down
10 changes: 10 additions & 0 deletions play-services-clearcut/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-fido/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-maps/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-places/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-vision-common/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-vision/build.gradle
Expand Up @@ -21,6 +21,16 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down

0 comments on commit 4ec0d9f

Please sign in to comment.