ApplicationSingleVariant
interface ApplicationSingleVariant : SingleVariant
Single variant publishing options for application projects.
Summary
Public methods
|
abstract Unit |
Configure to publish this variant as APK artifact.
|
Public methods
publishApk
abstract fun publishApk(): Unit
Configure to publish this variant as APK artifact. Android Gradle Plugin would publish this
variant as AAB artifact if this function is not invoked.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-08-09 UTC.