1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-09 23:48:45 +00:00

Compare commits

..

No commits in common. "7ee2c5eb15d421276104fefc525820a5255c1139" and "8a8a931e66249d2382a4bfca3ccdb79e9a14718e" have entirely different histories.

View File

@ -10,7 +10,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.1.0"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$orgJetbrainsKotlin"
}