Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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', Loading Loading @@ -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" } Loading Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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', Loading Loading @@ -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" } Loading