Skip to content

Releases: rubenalfon/Pile

Release list

1.1.0

Choose a tag to compare

@rubenalfon rubenalfon released this 24 Jul 22:11
Build: Disable dependency info inclusion in APK and Bundle

This commit updates the build configuration to prevent dependency metadata from being included in the generated APK and App Bundle.

**Key Changes:**

- **Build Configuration**:
    - **`app/build.gradle.kts`**: Added the `dependenciesInfo` block within the `android` configuration, setting both `includeInApk` and `includeInBundle` to `false`.

**Affected Files:**
- `app/build.gradle.kts`