Skip to content

fix(deps): update all dependencies #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading