This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.androidApplication) apply false
|
|
alias(libs.plugins.androidLibrary) apply false
|
|
}
|
|
|
|
ext {
|
|
compileSdkVersion = 29
|
|
} |