This repository has been archived on 2025-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
LTW/build.gradle
2024-10-02 14:17:11 -05: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.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
}