Skip to content

Commit 8b78c7e

Browse files
committed
chore: Update library
1 parent 19e682f commit 8b78c7e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

build.gradle

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
buildscript {
22
ext {
33
compose_version = '1.1.1'
4+
kotlin_version = '1.6.10'
5+
}
6+
7+
repositories {
8+
google()
9+
mavenCentral()
10+
}
11+
dependencies {
12+
classpath "com.android.tools.build:gradle:7.1.3"
13+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
415
}
5-
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
6-
plugins {
7-
id 'com.android.application' version '7.1.3' apply false
8-
id 'com.android.library' version '7.1.3' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
1016
}
1117

1218
task clean(type: Delete) {

0 commit comments

Comments
 (0)