mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
- Migrate build system to Kotlin DSL (build.gradle.kts, settings.gradle.kts)
- Upgrade `compileSdk` and `targetSdk` to 36 - Add German (`de`) localization and string resources - Add Michachatz F-Droid repository to default list - Update dependencies and plugins in `libs.versions.toml` - Remove manual signing configuration from README.md - Refactor code to use non-deprecated `alpha` property and context-based string retrieval - Clean up `buildConfig` and locale filtering logic
This commit is contained in:
@@ -34,15 +34,6 @@ or sharing local repositories nearby.
|
||||
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling out the `sdk.dir`
|
||||
property in `local.properties`.
|
||||
|
||||
Signing can be done automatically using `keystore.properties` as follows:
|
||||
|
||||
```properties
|
||||
store.file=/path/to/keystore
|
||||
store.password=key-store-password
|
||||
key.alias=key-alias
|
||||
key.password=key-password
|
||||
```
|
||||
|
||||
Run `./gradlew assembleRelease` to build the package, which can be installed using the Android package manager.
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user