Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AppSnackBar-UiState/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Integration module that bridges the AppSnackBar and UiState modules, providing a

```gradle.kts
// Requires both base modules
implementation("com.github.appoly.AppolyDroid-Toolbox:UiState:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar-UiState:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:UiState:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar-UiState:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion AppSnackBar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A customizable Jetpack Compose Snackbar implementation with support for differen
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:AppSnackBar:1.6.2")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions BaseRepo-AppolyJson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Appoly's JSON format.

```gradle.kts
// Requires the base BaseRepo module
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-AppolyJson:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-AppolyJson:1.6.2")
```

## API Response Structure
Expand Down
10 changes: 5 additions & 5 deletions BaseRepo-Paging-AppolyJson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ follow Appoly's paging format.

```gradle.kts
// Requires the base modules
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging-AppolyJson:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging-AppolyJson:1.6.2")

// For Compose UI integration
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.1") // For LazyColumn
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.1") // For LazyGrid
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.2") // For LazyColumn
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.2") // For LazyGrid
```

## API Response Format
Expand Down
8 changes: 4 additions & 4 deletions BaseRepo-Paging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ extended for specific JSON formats.

```gradle.kts
// Requires the base BaseRepo module
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-Paging:1.6.2")

// For Compose UI integration
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.1") // For LazyColumn
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.1") // For LazyGrid
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.2") // For LazyColumn
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.2") // For LazyGrid
```

## Extensions
Expand Down
6 changes: 3 additions & 3 deletions BaseRepo-S3Uploader-Multipart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Extension module that bridges BaseRepo and S3Uploader-Multipart, enabling pausab

```gradle.kts
// Requires the base modules
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader-Multipart:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-S3Uploader-Multipart:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader-Multipart:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-S3Uploader-Multipart:1.6.2")
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions BaseRepo-S3Uploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ An extension module that bridges BaseRepo and S3Uploader, enabling seamless file

```gradle.kts
// Requires both the base modules
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-S3Uploader:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-S3Uploader:1.6.2")
```

## How it Works
Expand Down
2 changes: 1 addition & 1 deletion BaseRepo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Foundation module for implementing the repository pattern with standardized API
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:1.6.2")
```

## Extensions
Expand Down
2 changes: 1 addition & 1 deletion ConnectivityMonitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Add the following dependency to your project's `build.gradle` file:

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:connectivitymonitor:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:connectivitymonitor:1.6.2")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions DateHelperUtil-Room/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Extension module for DateHelperUtil that provides Room database integration for

```gradle.kts
// Requires base DateHelperUtil module
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil-Room:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil-Room:1.6.2")

// Required Room dependencies
implementation("androidx.room:room-runtime:2.8.4")
Expand Down
4 changes: 2 additions & 2 deletions DateHelperUtil-Serialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Extension module for DateHelperUtil that provides kotlinx.serialization integrat

```gradle.kts
// Requires base DateHelperUtil module
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil-Serialization:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil-Serialization:1.6.2")

// Required kotlinx.serialization dependencies
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion DateHelperUtil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A utility module for standardized date and time operations in Android applicatio
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:DateHelperUtil:1.6.2")
```

## 1.4.1 patch note
Expand Down
4 changes: 2 additions & 2 deletions LazyGridPagingExtensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Extension functions for integrating Jetpack Paging 3 with Compose LazyVerticalGr

```gradle.kts
// Requires the base PagingExtensions module
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyGridPagingExtensions:1.6.2")

// Make sure to include Jetpack Paging Compose
implementation("androidx.paging:paging-compose:3.5.0")
Expand Down
4 changes: 2 additions & 2 deletions LazyListPagingExtensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Extension functions for easy integration of Jetpack Paging 3 with Compose LazyCo

```gradle.kts
// Requires the base PagingExtensions module
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.2")
implementation("com.github.appoly.AppolyDroid-Toolbox:LazyListPagingExtensions:1.6.2")

// Make sure to include Jetpack Paging Compose
implementation("androidx.paging:paging-compose:3.5.0")
Expand Down
2 changes: 1 addition & 1 deletion MockInterceptor-AppolyJson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Extension for [MockInterceptor-Serialization](../MockInterceptor-Serialization/)

```gradle.kts
// MockInterceptor and MockInterceptor-Serialization are included transitively
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-AppolyJson:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-AppolyJson:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion MockInterceptor-Retrofit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Extension for [MockInterceptor](../MockInterceptor/) that reads Retrofit HTTP an

```gradle.kts
// MockInterceptor is included transitively
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-Retrofit:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-Retrofit:1.6.2")
```

> **Note:** Retrofit is a `compileOnly` dependency — your project must already depend on Retrofit.
Expand Down
2 changes: 1 addition & 1 deletion MockInterceptor-Serialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Extension for [MockInterceptor](../MockInterceptor/) that adds type-safe JSON re

```gradle.kts
// MockInterceptor is included transitively
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-Serialization:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor-Serialization:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion MockInterceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ An OkHttp interceptor with a route-matching DSL for mocking API responses during
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:MockInterceptor:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion PagingExtensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Core utilities and extensions for Jetpack Paging 3 integration, providing the fo
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:PagingExtensions:1.6.2")
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In your `libs.versions.toml` file:

```toml
[versions]
appolydroidToolbox = "1.6.1" # Replace with the latest version
appolydroidToolbox = "1.6.2" # Replace with the latest version

[libraries]
appolydroid-toolbox-bom = { group = "com.github.appoly.AppolyDroid-Toolbox", name = "AppolyDroid-Toolbox-bom", version.ref = "appolydroidToolbox" }
Expand Down Expand Up @@ -126,7 +126,7 @@ In your module's `build.gradle.kts`:
```gradle.kts
dependencies {
// Import the BOM
implementation(platform("com.github.appoly.AppolyDroid-Toolbox:AppolyDroid-Toolbox-bom:1.6.1"))
implementation(platform("com.github.appoly.AppolyDroid-Toolbox:AppolyDroid-Toolbox-bom:1.6.2"))

// Now you can use AppolyDroid modules without specifying versions
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo")
Expand Down Expand Up @@ -162,7 +162,7 @@ In your `libs.versions.toml` file:

```toml
[versions]
appolydroidToolbox = "1.6.1" # Replace with the latest version
appolydroidToolbox = "1.6.2" # Replace with the latest version

[libraries]
#AppolyDroid-Toolbox
Expand Down Expand Up @@ -228,7 +228,7 @@ In your module's `build.gradle.kts`:

```gradle.kts
dependencies {
val appolydroidToolbox = "1.6.1" // Replace with the latest version
val appolydroidToolbox = "1.6.2" // Replace with the latest version
// Add only the modules you need
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo:$appolydroidToolbox")
implementation("com.github.appoly.AppolyDroid-Toolbox:BaseRepo-AppolyJson:$appolydroidToolbox")
Expand Down
2 changes: 1 addition & 1 deletion S3Uploader-Multipart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Advanced S3 upload module with pause, resume, and recovery support using AWS S3
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader-Multipart:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader-Multipart:1.6.2")
```

This module depends on `S3Uploader` and includes it transitively.
Expand Down
2 changes: 1 addition & 1 deletion S3Uploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Standalone module for Amazon S3 file uploading with progress tracking and error
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:S3Uploader:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion SegmentedControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A highly customizable iOS-style segmented control for Jetpack Compose with smoot
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:SegmentedControl:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:SegmentedControl:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion UiState/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A standardized UI state management library for Android applications, providing c
## Installation

```gradle.kts
implementation("com.github.appoly.AppolyDroid-Toolbox:UiState:1.6.1")
implementation("com.github.appoly.AppolyDroid-Toolbox:UiState:1.6.2")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object BuildConfig {
* The current version of the AppolyDroid Toolbox library.
* This is used for maven publishing and README version updates.
*/
const val TOOLBOX_VERSION = "1.6.1"
const val TOOLBOX_VERSION = "1.6.2"

/**
* SDK version configuration for Android modules.
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "9.2.1"
kotlin = "2.4.0"
ksp = "2.3.9"
agp = "9.3.0"
kotlin = "2.4.10"
ksp = "2.3.10"
coreKtx = "1.19.0"
junit = "4.13.2"
junitVersion = "1.3.0"
Expand All @@ -13,13 +13,13 @@ composeBom = "2026.06.01"
flexiLoggerVersion = "2.1.3"
okhttp = "5.4.0"
retrofit = "3.0.0"
sandwichVersion = "2.2.2"
sandwichVersion = "2.3.0"
kotlinxSerialization = "1.11.0"
paging = "3.5.0"
roomVersion = "2.8.4"
navigationCompose = "2.9.8"
workManager = "2.11.2"
kover = "0.9.8"
kover = "0.9.9"
robolectric = "4.16.1"
coroutines = "1.11.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading