Skip to content

Commit

Permalink
fix(deps): update all dependencies (#246)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

| datasource | package                                                       | from   | to     |
| ---------- | ------------------------------------------------------------- | ------ | ------ |
| maven      | androidx.lifecycle:lifecycle-viewmodel-ktx                    | 2.8.6  | 2.8.7  |
| maven      | androidx.lifecycle:lifecycle-runtime-ktx                      | 2.8.6  | 2.8.7  |
| maven      | androidx.lifecycle:lifecycle-common-java8                     | 2.8.6  | 2.8.7  |
| maven      | androidx.core:core-ktx                                        | 1.13.1 | 1.15.0 |
| maven      | androidx.constraintlayout:constraintlayout                    | 2.1.4  | 2.2.0  |
| maven      | com.android.library:com.android.library.gradle.plugin         | 8.7.1  | 8.7.2  |
| maven      | com.android.application:com.android.application.gradle.plugin | 8.7.1  | 8.7.2  |

* sdk 35

* Update appConfig.kt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petrus Nguyễn Thái Học <[email protected]>
  • Loading branch information
renovate[bot] and hoc081098 authored Nov 7, 2024
1 parent 47c9979 commit 9e38983
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/appConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
object appConfig {
const val applicationId = "com.hoc.flowmvi"

const val compileSdkVersion = 34
const val buildToolsVersion = "34.0.0"
const val compileSdkVersion = 35
const val buildToolsVersion = "35.0.0"
const val minSdkVersion = 21
const val targetSdkVersion = 34
const val targetSdkVersion = 35

private const val MAJOR = 2
private const val MINOR = 2
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
android-compile = "34"
android-gradle = "8.7.1"
android-compile = "35"
android-gradle = "8.7.2"
android-min = "21"
android-target = "34"
android-target = "35"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.13.1"
androidx-lifecycle = "2.8.6"
androidx-constraintlayout = "2.2.0"
androidx-core-ktx = "1.15.0"
androidx-lifecycle = "2.8.7"
androidx-material = "1.12.0"
androidx-recyclerview = "1.3.2"
androidx-startup = "1.2.0"
Expand Down

0 comments on commit 9e38983

Please sign in to comment.