Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 702dbfbf authored by Gitsaibot's avatar Gitsaibot Committed by Gitsaibot
Browse files

Update gradle

parent 9c402e1d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
buildscript {
    ext.kotlin_version = '1.5.20'
    ext.kotlin_version = '1.6.10'
    ext.kotlin_coroutines_version = '1.5.2'
    repositories {
        google()
@@ -7,7 +7,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.0.3'
        classpath 'com.android.tools.build:gradle:7.0.4'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}
@@ -161,8 +161,8 @@ dependencies {
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"

    implementation 'androidx.preference:preference:1.1.1'
    implementation 'androidx.appcompat:appcompat:1.3.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.appcompat:appcompat:1.4.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
    implementation 'com.google.android.material:material:1.4.0'

    implementation project(':external:calendar')