File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdk 30
7
+ compileSdk 33
8
8
9
9
defaultConfig {
10
10
applicationId " com.tomclaw.imageloader.demo"
11
11
minSdk 21
12
- targetSdk 30
12
+ targetSdk 33
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
}
@@ -32,8 +32,8 @@ android {
32
32
33
33
dependencies {
34
34
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'
37
37
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'
39
39
}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
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 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
# Tue Nov 09 12:47:14 MSK 2021
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
5
5
}
6
6
7
7
android {
8
- compileSdk 30
8
+ compileSdk 33
9
9
10
10
defaultConfig {
11
11
minSdk 14
12
- targetSdk 30
12
+ targetSdk 33
13
13
14
14
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
15
15
consumerProguardFiles " consumer-rules.pro"
@@ -32,11 +32,11 @@ android {
32
32
}
33
33
34
34
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 '
37
37
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 '
40
40
}
41
41
42
42
afterEvaluate {
You can’t perform that action at this time.
0 commit comments