Bump easylauncher and ktlint to latest version

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-16 17:56:42 +05:30
parent abd0632ebd
commit 18f21b030b

View File

@@ -22,8 +22,8 @@ plugins {
id 'com.android.application' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false
id 'org.jlleitschuh.gradle.ktlint' version '11.3.1' apply false
id 'com.starter.easylauncher' version '6.1.0' apply false
id 'org.jlleitschuh.gradle.ktlint' version '11.4.0' apply false
id 'com.starter.easylauncher' version '6.2.0' apply false
}
task clean(type: Delete) {