Skip to content

Commit

Permalink
Merge pull request #2 from NicosNicolaou16/version2.0.15
Browse files Browse the repository at this point in the history
Version 2.0.15
  • Loading branch information
NicosNicolaou16 authored Aug 2, 2024
2 parents 0d4ad04 + 46de7a4 commit e2390e0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions ImagePickerAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
val appCompatVersion by extra("1.7.0")
val coreKtxVersion by extra("1.13.1")
val constraintLayoutVersion by extra("2.1.4")
val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.2")
val activityVersion by extra("1.9.0")
val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.4")
val activityVersion by extra("1.9.1")
val fragmentVersion by extra("1.6.1")
val coroutineVersion by extra("1.8.1")
val multidexVersion by extra("2.0.1")
Expand Down Expand Up @@ -77,8 +77,8 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion")
//Unit Test
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
//Compose
implementation("androidx.compose.foundation:foundation:$composeFoundationVersion")
implementation("androidx.compose.material:material:$composeMaterialVersion")
Expand All @@ -98,7 +98,7 @@ afterEvaluate {
register<MavenPublication>("release") {
groupId = "com.github.NicosNicolaou16"
artifactId = "ImagePickerAndroid"
version = "2.0.14"
version = "2.0.15"
from(components["release"])
}
}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The library contain/features:

### Versioning

Gradle Version 8.5.0 <br />
Gradle Version 8.5.1 <br />
Kotlin Version 2.0.0 <br />
JDK Version 17 <br />
Minimum SDK 24 <br />
Expand All @@ -35,7 +35,7 @@ THE BETA RELEASES MAYBE CONTAIN MAJOR/MINOR CHANGES
### Groovy

```Groovy
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.14'
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15'
```

```Groovy
Expand All @@ -49,7 +49,7 @@ allprojects {
### Kotlin DSL

```Kotlin
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.14")
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15")
```

```Kotlin
Expand All @@ -67,7 +67,7 @@ dependencyResolutionManagement {
```toml
[versions]
# other versions here...
imagePickerAndroid = "2.0.14"
imagePickerAndroid = "2.0.15"

[libraries]
# other libraries here...
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
val appCompatVersion by extra("1.7.0")
val coreKtxVersion by extra("1.13.1")
val constraintLayoutVersion by extra("2.1.4")
val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.2")
val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.4")
val activityVersion by extra("1.8.0")
val fragmentVersion by extra("1.6.1")
val coroutineVersion by extra("1.8.1")
Expand All @@ -69,6 +69,6 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifeCycleAndLiveDataCompilerAndViewModelKTXVersion")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifeCycleAndLiveDataCompilerAndViewModelKTXVersion")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.0" apply false
id("com.android.library") version "8.5.0" apply false
id("com.android.application") version "8.5.1" apply false
id("com.android.library") version "8.5.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
}
12 changes: 6 additions & 6 deletions imagepickerandroidcompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ dependencies {
implementation(project(":ImagePickerAndroid"))
implementation("androidx.core:core-ktx:1.13.1")
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0"))
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2")
implementation("androidx.activity:activity-compose:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
implementation("androidx.activity:activity-compose:1.9.1")
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3:1.2.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.8")
implementation("androidx.media3:media3-exoplayer:1.3.1")
implementation("androidx.media3:media3-ui:1.3.1")
implementation("androidx.media3:media3-exoplayer:1.4.0")
implementation("androidx.media3:media3-ui:1.4.0")
}

0 comments on commit e2390e0

Please sign in to comment.