File tree 3 files changed +4
-4
lines changed
src/main/kotlin/app/web/drjackycv/buildsrc
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
13
13
dependencies {
14
14
implementation(" org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.10" )
15
- implementation(" com.android.tools.build:gradle:7.2.2 " )
16
- implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19 .0" )
15
+ implementation(" com.android.tools.build:gradle:7.3.0 " )
16
+ implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21 .0" )
17
17
implementation(" com.squareup:javapoet:1.13.0" )
18
18
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Depends {
24
24
25
25
object Versions {
26
26
const val appVersionCode = 1_000_000
27
- const val gradleVersion = " 7.2.2 "
27
+ const val gradleVersion = " 7.3.0 "
28
28
const val androidCompileSdkVersion = 31
29
29
const val targetSdkVersion = 31
30
30
const val minSdkVersion = 21
Original file line number Diff line number Diff line change 1
1
# Wed Apr 06 12:30:45 IST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-all .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1-bin .zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments