Skip to content

Commit 716c4ca

Browse files
Merge pull request #29 from NicosNicolaou16/version2.5.5
Version2.5.5
2 parents c1f3c7f + 8d70085 commit 716c4ca

6 files changed

Lines changed: 38 additions & 16 deletions

File tree

.idea/appInsightsSettings.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetSelector.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ImagePickerAndroid/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ publishing {
8989
register<MavenPublication>("release") {
9090
groupId = "com.github.NicosNicolaou16"
9191
artifactId = "ImagePickerAndroid"
92-
version = "2.5.4"
92+
version = "2.5.5"
9393
afterEvaluate {
9494
from(components["release"])
9595
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ features:
6464
* **JDK Version**: `17`
6565
* **Target SDK**: `36`
6666
* **Minimum SDK**: `24`
67-
* **Kotlin Version**: `2.3.10`
68-
* **Gradle Version**: `9.0.0`
67+
* **Kotlin Version**: `2.3.20`
68+
* **Gradle Version**: `9.1.0`
6969
* **Build Tool Version**: `36.0.0`
7070

7171
---
@@ -157,7 +157,7 @@ pickMultipleImagesWithBase64Values(context = context, onImagePickerNotAvailable
157157
### Groovy
158158

159159
```Groovy
160-
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.5.4'
160+
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.5.5'
161161
```
162162

163163
```Groovy
@@ -171,7 +171,7 @@ allprojects {
171171
### Kotlin DSL
172172

173173
```Kotlin
174-
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.5.4")
174+
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.5.5")
175175
```
176176

177177
```Kotlin
@@ -189,7 +189,7 @@ dependencyResolutionManagement {
189189
```toml
190190
[versions]
191191
# other versions here...
192-
imagePickerAndroid = "2.5.4"
192+
imagePickerAndroid = "2.5.5"
193193

194194
[libraries]
195195
# other libraries here...

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "9.0.0"
3-
kotlin = "2.3.10"
4-
activityVersion = "1.12.3"
2+
agp = "9.1.0"
3+
kotlin = "2.3.20"
4+
activityVersion = "1.13.0"
55
appCompatVersion = "1.7.1"
6-
composeBomVersion = "2026.01.01"
7-
composeLiveDataVersion = "1.10.2"
6+
composeBomVersion = "2026.03.01"
7+
composeLiveDataVersion = "1.10.6"
88
constraintLayoutVersion = "2.2.1"
9-
coreKtxVersion = "1.17.0"
9+
coreKtxVersion = "1.18.0"
1010
coroutineVersion = "1.10.2"
1111
espressoCoreVersion = "3.7.0"
1212
junitVersion = "4.13.2"
@@ -15,10 +15,10 @@ kotlinBomVersion = "2.3.10"
1515
lifeCycleAndLiveDataCompilerAndViewModelKTXVersion = "2.10.0"
1616
material3Version = "1.4.0"
1717
materialDesignVersion = "1.13.0"
18-
media3ExoplayerVersion = "1.9.2"
18+
media3ExoplayerVersion = "1.10.0"
1919
recyclerViewVersion = "1.4.0"
20-
uiTestManifestVersion = "1.10.2"
21-
composeMaterialVersion = "1.10.2"
20+
uiTestManifestVersion = "1.10.6"
21+
composeMaterialVersion = "1.10.6"
2222

2323
[libraries]
2424
# Architecture
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat May 06 23:21:02 EEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)