Skip to content

Commit

Permalink
Merge branch '6135-fix-release-build' into 'release-1.5-rc2'
Browse files Browse the repository at this point in the history
Add missing build variants for eOS

See merge request e/os/GmsCore!52
  • Loading branch information
jonathanklee committed Oct 19, 2022
2 parents 92260c0 + c7eabb8 commit f87cb98
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions play-services-fido-api/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-core/build.gradle
Expand Up @@ -64,6 +64,16 @@ android {
kotlinOptions {
jvmTarget = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-gmscompliance-api/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-gmscompliance-core/build.gradle
Expand Up @@ -51,6 +51,16 @@ android {
kotlinOptions {
jvmTarget = 1.8
}

buildTypes {
release {}

releaseTest {}

releaseDev {}

releaseStable {}
}
}

apply from: '../gradle/publish-android.gradle'
Expand Down
10 changes: 10 additions & 0 deletions play-services-oss-licenses-api/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-oss-licenses-core/build.gradle
Expand Up @@ -38,6 +38,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-oss-licenses/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-safetynet/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 f87cb98

Please sign in to comment.