Skip to content

Commit

Permalink
Merge branch 'master' into 5363-int-is-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Feb 27, 2025
2 parents 638ba31 + 134560a commit b3358a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.annotation:annotation:1.9.1'
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation 'androidx.exifinterface:exifinterface:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.core:core-ktx:1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.8.1'
classpath 'com.android.tools.build:gradle:8.8.2'
classpath "io.realm:realm-gradle-plugin:10.19.0"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.55"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down

0 comments on commit b3358a1

Please sign in to comment.