Skip to content

Commit

Permalink
gradle version update
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh006 committed Oct 15, 2023
1 parent eddb7d4 commit ca7ee56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
11 changes: 3 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ android {
buildConfigField("String", "SECRET", "\"${properties.getProperty("SECRET")}\"")
buildConfigField("String", "SUPABASE_URL", "\"${properties.getProperty("SUPABASE_URL")}\"")


}

buildTypes {
Expand Down Expand Up @@ -118,13 +117,13 @@ dependencies {
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
implementation "com.github.bumptech.glide:compose:1.0.0-alpha.1"
implementation "androidx.compose.material3:material3:1.1.1"
testImplementation("org.mockito:mockito-core:2.1.0")
testImplementation("org.mockito:mockito-core:5.3.1")

debugImplementation "androidx.compose.ui:ui-tooling:1.4.2"
implementation "androidx.compose.ui:ui-tooling-preview:1.4.2"
def nav_version = "2.5.3"
implementation("androidx.navigation:navigation-compose:$nav_version")
implementation "androidx.compose.material:material-icons-extended:1.0.0"
implementation "androidx.compose.material:material-icons-extended:1.5.3"

implementation libs.caruilib
testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0"
Expand All @@ -134,15 +133,11 @@ dependencies {
androidTestImplementation libs.androidx.test.arch.core
}

task wrapper(type: Wrapper) {
tasks.register('wrapper', Wrapper) {
gradleVersion = '7.5'
}

detekt {
config = files("${project.rootDir.absolutePath}/config/detekt/detekt.yml")
buildUponDefaultConfig = true
}

ktlint {

}
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ subprojects {
project.apply from: '../spotless.gradle'
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ kotlinxImmutable = "0.3.5"
ktlintGradleVersion = "11.0.0"
legacySupportVersion = "1.0.0"
lifecycleVersion = "2.5.0"
lottieVersion = "5.2.0"
materialVersion = "1.6.1"
lottieVersion = "6.0.1"
materialVersion = "1.10.0"
moshiConverterVersion = "2.9.0"
moshiVersion = "1.12.0"
navigationVersion = "2.4.2"
retrofitVersion = "2.9.0"
roomVersion = "2.5.0"
rxJavaVersion = "3.1.5"
spotlessVersion = "6.8.0"
testRunnerVersion = "1.4.0"
testRunnerVersion = "1.5.2"
timberVersion = "5.0.1"
workVersion = "2.8.1"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Oct 10 05:12:00 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ca7ee56

Please sign in to comment.