Skip to content

Commit 61f2b5a

Browse files
author
LavanyaA
authored
Update build.gradle
1 parent 2729678 commit 61f2b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.1.1'
8+
classpath 'com.android.tools.build:gradle:7.4.2'
99
}
1010
}
1111

@@ -24,6 +24,6 @@ subprojects {
2424
project.evaluationDependsOn(':app')
2525
}
2626

27-
tasks.register("clean", Delete) {
27+
task clean(type: Delete) {
2828
delete rootProject.buildDir
2929
}

0 commit comments

Comments
 (0)