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

Commit 6c887d02 authored by Goooler's avatar Goooler Committed by cketti
Browse files

AGP 7.3.1 & Kotlin 1.7.22

parent dda4d4db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildscript {
        // Judging the impact of newer library versions on the app requires being intimately familiar with the code
        // base. Please don't open pull requests upgrading dependencies if you're a new contributor.
        versions = [
                'kotlin': '1.7.20',
                'kotlin': '1.7.22',
                'kotlinCoroutines': '1.6.4',
                'jetbrainsAnnotations': '23.0.0',
                'androidxAppCompat': '1.5.1',
@@ -73,7 +73,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.2.2'
        classpath 'com.android.tools.build:gradle:7.3.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
    }