Files
logseq/android/variables.gradle
Tienson Qin f910fcfea8 Android native UX (#12254)
feat: android native UX
2025-12-13 00:10:56 +08:00

21 lines
643 B
Groovy

ext {
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.9.2'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.15.0'
androidxNavigationVersion = '2.9.6'
androidxFragmentVersion = '1.8.4'
junitVersion = '4.13.2'
androidxJunitVersion = '1.2.1'
androidxEspressoCoreVersion = '3.6.1'
cordovaAndroidVersion = '10.1.1'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.12.1'
materialVersion = '1.12.0'
composeBomVersion = '2024.09.02'
composeCompilerVersion = '1.7.0'
}