Add generated screen to show open source licenses.

For Google Play variant only
This commit is contained in:
Benoit Marty 2024-07-17 15:41:06 +02:00 committed by Benoit Marty
parent f5e866e18c
commit 766ae389ce
20 changed files with 442 additions and 5 deletions

View file

@ -5,6 +5,7 @@ buildscript {
dependencies {
classpath(libs.kotlin.gradle.plugin)
classpath(libs.gms.google.services)
classpath(libs.oss.licenses.plugin)
}
}