Files
logseq/android/variables.gradle
2026-05-03 15:01:31 +08:00

22 lines
682 B
Groovy

ext {
minSdkVersion = 24
compileSdkVersion = 36
targetSdkVersion = 36
androidxActivityVersion = '1.11.0'
androidxAppCompatVersion = '1.7.1'
androidxCoordinatorLayoutVersion = '1.3.0'
androidxCoreVersion = '1.17.0'
androidxCoreKTXVersion = '1.17.0'
androidxNavigationVersion = '2.9.6'
androidxFragmentVersion = '1.8.9'
junitVersion = '4.13.2'
androidxJunitVersion = '1.3.0'
androidxEspressoCoreVersion = '3.7.0'
cordovaAndroidVersion = '14.0.1'
coreSplashScreenVersion = '1.2.0'
androidxWebkitVersion = '1.14.0'
materialVersion = '1.12.0'
composeBomVersion = '2024.09.02'
composeCompilerVersion = '1.7.0'
}