Skip to content

Commit

Permalink
Add AGP sample
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Nov 13, 2024
1 parent a0b58fb commit ecce7d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/getting-started/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ Please follow the README available at [gradle/declarative-samples-kotlin-app](ht

## Android Application

### Using the Official Android Software Types (Preview)

A sample Android application written in the Declarative Gradle DSL, using the official Android Software Types Preview `androidApplication` and `androidLibrary` defined in the `com.android.ecosystem` ecosystem plugin.

Please follow the README available at [gradle/declarative-samples-agp-app](https://github.com/gradle/declarative-samples-agp-app) to try this sample.


### Using Prototype Declarative Plugins

A sample Android application written in the Declarative Gradle DSL, using the prototype Declarative Gradle `androidApplication` Software Type defined in the `org.gradle.experimental.android-ecosystem` ecosystem plugin.

Please follow the README available at [gradle/declarative-samples-android-app](https://github.com/gradle/declarative-samples-android-app) to try this sample.
Expand Down

0 comments on commit ecce7d4

Please sign in to comment.