android-components/.config.yml

9 lines
225 B
YAML
Raw Normal View History

2023-11-28 09:10:03 +01:00
# Maven group ID used for all components
componentsGroupId: "org.mozilla.components"
# Synchronized build configuration for all modules
2024-06-01 16:27:41 +02:00
jvmTargetCompatibility: 17
2023-11-28 09:10:03 +01:00
compileSdkVersion: 34
minSdkVersion: 21
2024-02-21 18:22:57 +01:00
targetSdkVersion: 34