Skip to content

Commit 2e21668

Browse files
committed
Update dependencies and SDK version
1 parent 9ec9ad7 commit 2e21668

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 30
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "com.tomclaw.imageloader.demo"
1111
minSdk 21
12-
targetSdk 30
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -32,8 +32,8 @@ android {
3232

3333
dependencies {
3434
implementation project(path: ':imageloader')
35-
implementation 'androidx.core:core-ktx:1.6.0'
36-
implementation 'androidx.appcompat:appcompat:1.3.1'
35+
implementation 'androidx.core:core-ktx:1.9.0'
36+
implementation 'androidx.appcompat:appcompat:1.6.1'
3737
implementation "androidx.recyclerview:recyclerview:1.2.1"
38-
implementation 'com.google.android.material:material:1.4.0'
38+
implementation 'com.google.android.material:material:1.8.0'
3939
}

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.2.0'
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
8+
classpath 'com.android.tools.build:gradle:7.4.1'
9+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Nov 09 12:47:14 MSK 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

imageloader/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
}
66

77
android {
8-
compileSdk 30
8+
compileSdk 33
99

1010
defaultConfig {
1111
minSdk 14
12-
targetSdk 30
12+
targetSdk 33
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles "consumer-rules.pro"
@@ -32,11 +32,11 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation 'com.github.solkin:disk-lru-cache:1.4'
36-
implementation 'androidx.exifinterface:exifinterface:1.3.3'
35+
implementation 'com.github.solkin:disk-lru-cache:1.5'
36+
implementation 'androidx.exifinterface:exifinterface:1.3.6'
3737
testImplementation 'junit:junit:4.13.2'
38-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
39-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
38+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
39+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4040
}
4141

4242
afterEvaluate {

0 commit comments

Comments
 (0)