Skip to content

Commit 2806230

Browse files
authored
Update compileSdkVersion to 34 and add mavenCentral
1 parent 37edf05 commit 2806230

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ buildscript {
55
ext.kotlin_version = '1.7.21'
66
repositories {
77
google()
8+
mavenCentral()
89
}
910

1011
dependencies {
@@ -16,14 +17,15 @@ buildscript {
1617
rootProject.allprojects {
1718
repositories {
1819
google()
20+
mavenCentral()
1921
}
2022
}
2123

2224
apply plugin: 'com.android.library'
2325
apply plugin: 'kotlin-android'
2426

2527
android {
26-
compileSdkVersion 30
28+
compileSdkVersion 34
2729

2830
sourceSets {
2931
main.java.srcDirs += 'src/main/kotlin'

0 commit comments

Comments
 (0)