This commit is contained in:
sathwikcs
2024-10-23 23:21:41 +05:30
parent cdc3a9cf75
commit e8cc833455
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#Fri Oct 04 14:44:43 IST 2024 #Fri Oct 04 14:44:43 IST 2024
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@@ -16,8 +16,10 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
} }
} }
rootProject.name = "SMI Attendance" rootProject.name = "SMI Attendance"
include(":app") include(":app")