Files
mobile/android/.gitignore
julien4215 be3d5aa9d6 Several updates to Android configuration files to match the defaults (#1869)
used by Flutter in version 3.32:

  - Migrate Gradle scripts to Kotlin DSL

  - Update Gradle, AGP and Kotlin Gradle Plugin versions

  - Replace the gradle.properties file by the default one of Flutter

  - Add a query used by Flutter engine and remove one for url_launcher
    that is actually not needed
2025-06-14 12:26:37 +02:00

15 lines
253 B
Plaintext

gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
.cxx/
# Remember to never publicly share your keystore.
# See https://flutter.dev/to/reference-keystore
key.properties
**/*.keystore
**/*.jks