Skip to content

Commit

Permalink
Add dependency to expandReleaseArtProfileWildcards.
Browse files Browse the repository at this point in the history
  • Loading branch information
onsquareDev committed Jun 6, 2024
1 parent bd7d4f7 commit 1d5a2a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tested on [a popular Android App](https://play.google.com/store/apps/details?id=

## Supported versions

* Scala 2.13.8 or above
* Scala 2.13.7 or above
* Scala 2.11.12
* Gradle 8.2.x or above
* Android Plugin 8.2.x or above
Expand All @@ -17,7 +17,7 @@ Tested on [a popular Android App](https://play.google.com/store/apps/details?id=
```kotlin
buildscript {
dependencies {
classpath("com.soundcorset:scala-android-plugin:24.0606.2018")
classpath("com.soundcorset:scala-android-plugin:24.0606.2139")
// ...
}
}
Expand All @@ -36,6 +36,10 @@ dependencies {
}
```

## Example project

https://github.com/onsqcorp/hello-scala-android

## Build from the source and apply it to your project

* Checkout this repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ private static void processVariant(
dependsOnIfPresent(tasks, "lintVitalAnalyze" + capitalizedName, scalaTask);
dependsOnIfPresent(tasks, "bundle" + capitalizedName + "ClassesToCompileJar", scalaTask);
dependsOnIfPresent(tasks, "generate" + capitalizedName + "LintVitalReportModel", scalaTask);
dependsOnIfPresent(tasks, "expand" + capitalizedName + "ArtProfileWildcards", scalaTask);
}

}

0 comments on commit 1d5a2a3

Please sign in to comment.