Archived
1
0
This repository has been archived on 2025-10-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

6 lines
296 B
Groovy
Raw Permalink Normal View History

2022-11-18 00:15:16 +03:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-05-03 22:46:14 +03:00
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
2022-11-18 00:15:16 +03:00
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}