File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
33ext {
4- androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.0 '
4+ androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.1 '
55 androidxCoreKTXVersion = project. hasProperty(' androidxCoreKTXVersion' ) ? rootProject. ext. androidxCoreKTXVersion : ' 1.15.0'
66}
77
Original file line number Diff line number Diff line change 33 compileSdkVersion = 36
44 targetSdkVersion = 36
55 androidxActivityVersion = ' 1.8.0'
6- androidxAppCompatVersion = ' 1.7.0 '
7- androidxCoordinatorLayoutVersion = ' 1.2 .0'
6+ androidxAppCompatVersion = ' 1.7.1 '
7+ androidxCoordinatorLayoutVersion = ' 1.3 .0'
88 androidxCoreVersion = ' 1.15.0'
99 androidxFragmentVersion = ' 1.6.2'
10- coreSplashScreenVersion = ' 1.0.1 '
10+ coreSplashScreenVersion = ' 1.2.0 '
1111 androidxWebkitVersion = ' 1.9.0'
1212 junitVersion = ' 4.13.2'
1313 androidxJunitVersion = ' 1.2.1'
You can’t perform that action at this time.
0 commit comments