This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sustainableuse/build.gradle
AndrewTrieu 8912ddad87 First commit
2022-11-28 15:35:55 +02:00

5 lines
229 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
}