Skip to content

Commit

Permalink
updated some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Dec 18, 2023
1 parent f96eeca commit 4a08ab7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "io.github.yamin8000.dooz"
minSdk 24
targetSdk 34
versionCode 13
versionName "1.0.13"
versionCode 14
versionName "1.0.14"
vectorDrawables {
useSupportLibrary true
}
Expand Down Expand Up @@ -97,12 +97,12 @@ dependencies {
implementation("androidx.compose.material:material:$compose_libs_version")
implementation("androidx.compose.ui:ui-tooling-preview:$compose_ui_libs_version")
debugImplementation("androidx.compose.ui:ui-tooling:$compose_ui_libs_version")
implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.activity:activity-compose:1.8.2")
implementation("androidx.compose.material3:material3:$material3_version")
implementation("androidx.compose.material3:material3-window-size-class:$material3_version")
implementation("androidx.compose.material:material-icons-extended:$compose_libs_version")
//navigation
def nav_version = "2.7.4"
def nav_version = "2.7.6"
implementation("androidx.navigation:navigation-compose:$nav_version")
//datastore
implementation("androidx.datastore:datastore-preferences:1.0.0")
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
compose_libs_version = '1.5.4'
compose_ui_libs_version = '1.5.4'
compose_compiler_version = '1.5.3'
compose_compiler_version = '1.5.6'
}
}/*
* Dooz
Expand All @@ -28,9 +28,9 @@ buildscript {

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}

tasks.register('clean', Delete) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4a08ab7

Please sign in to comment.