0
0
mirror of https://github.com/MuntashirAkon/Metro.git synced 2024-09-20 03:52:20 +02:00

Added gradle-versions-plugin

This commit is contained in:
Prathamesh More 2022-05-17 10:54:39 +05:30
parent 9ce60c896c
commit ed890c3c30

View File

@ -19,6 +19,9 @@ buildscript {
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
}
}
plugins {
id "com.github.ben-manes.versions" version "0.42.0"
}
task clean(type: Delete) {
delete rootProject.buildDir
}