summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts28
1 files changed, 4 insertions, 24 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index a855bbc9..435eb00f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -3,27 +3,7 @@
* Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
*/
-
-buildscript {
- var kotlin_version: String by extra
- var fragment_version: String by extra
-
- kotlin_version = "1.5.30"
- fragment_version = "1.3.3"
- repositories {
- google()
- mavenCentral()
- }
- dependencies {
- classpath("com.android.tools.build:gradle:7.2.1")
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
- }
-}
-
-allprojects {
- repositories {
- google()
- mavenCentral()
- maven(url = "https://jitpack.io")
- }
-}
+plugins {
+ alias(libs.plugins.android.application) apply false
+ alias(libs.plugins.kotlin.android) apply false
+} \ No newline at end of file