Releases: rubenalfon/Pile
Releases · rubenalfon/Pile
Release list
1.1.0
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`