Skip to content

Commit

Permalink
chore(*): update android tools
Browse files Browse the repository at this point in the history
update android tools
  • Loading branch information
leleact committed Mar 9, 2025
1 parent 65f680f commit 13f24fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ subprojects {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation "androidx.compose.runtime:runtime:1.7.5"
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation "androidx.compose.runtime:runtime:1.7.8"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down

0 comments on commit 13f24fb

Please sign in to comment.