@@ -33,16 +33,16 @@ buildscript {
33
33
mavenCentral()
34
34
}
35
35
dependencies {
36
- classpath ' com.android.tools.build:gradle:4.1.3 '
37
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30 "
36
+ classpath ' com.android.tools.build:gradle:7.3.0 '
37
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 "
38
38
39
39
// ./gradlew dependencyUpdates
40
- classpath ' com.github.ben-manes:gradle-versions-plugin:0.25 .0'
40
+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.44 .0'
41
41
42
42
// ./gradlew publishReleasePublicationToSonatypeRepository
43
43
// ./gradlew closeAndReleaseRepository
44
- classpath ' org.jetbrains.dokka:dokka-gradle-plugin:1.4.30 '
45
- classpath ' io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22 .0'
44
+ classpath ' org.jetbrains.dokka:dokka-gradle-plugin:1.7.20 '
45
+ classpath ' io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30 .0'
46
46
}
47
47
}
48
48
@@ -67,20 +67,19 @@ ext {
67
67
' Image View, Fresco, Glide, and Picasso.'
68
68
69
69
releaseVersionCode = 45
70
- releaseVersionName = ' 1.8.1 '
70
+ releaseVersionName = ' 1.9.0 '
71
71
72
72
PUBLISH_GROUP_ID = groupName
73
73
PUBLISH_VERSION = releaseVersionName
74
74
75
- androidCompileSdkVersion = 29
76
- androidBuildToolsVersion = ' 29.0.3'
75
+ androidCompileSdkVersion = 33
77
76
minSdkVersion = 14
78
- targetSdkVersion = 29
77
+ targetSdkVersion = 33
79
78
80
- annotationVersion = ' 1.1 .0'
79
+ annotationVersion = ' 1.5 .0'
81
80
82
- frescoVersion = ' 2.5 .0'
83
- glideVersion = ' 4.12.0 '
81
+ frescoVersion = ' 2.6 .0'
82
+ glideVersion = ' 4.14.2 '
84
83
// OkHttp drops support before 5.0 since 3.13.0
85
84
okhttpVersion = ' 3.12.6'
86
85
ssivVersion = ' 3.10.0'
0 commit comments