@@ -14,16 +14,16 @@ ext {
1414
1515 // WindowState library version code:
1616 // If you want to publish a new version, bump in one (1) the specific line(s)
17- windowStateVersionCode = 8
17+ windowStateVersionCode = 9
1818
1919 // WindowState library version name:
2020 // If you want to publish a new version, bump the specific line
21- windowStateVersionName = ' 1.0.0-alpha08 '
21+ windowStateVersionName = ' 1.0.0-alpha09 '
2222
2323 // ----------------------------------
2424
25- gradlePluginVersion = ' 7.3 .0'
26- kotlinVersion = ' 1.8.0 '
25+ gradlePluginVersion = ' 8.0 .0'
26+ kotlinVersion = ' 1.8.21 '
2727 compileSdkVersion = 33
2828 targetSdkVersion = 32
2929 minSdkVersion = 23
4444 ]
4545
4646 // AndroidX dependencies
47- appCompatVersion = ' 1.6.0 '
48- ktxCoreVersion = ' 1.9 .0'
49- windowVersion = " 1.1.0-alpha04 "
47+ appCompatVersion = ' 1.6.1 '
48+ ktxCoreVersion = ' 1.10 .0'
49+ windowVersion = " 1.1.0-beta02 "
5050 androidxDependencies = [
5151 appCompat : " androidx.appcompat:appcompat:$appCompatVersion " ,
5252 ktxCore : " androidx.core:core-ktx:$ktxCoreVersion " ,
@@ -55,10 +55,10 @@ ext {
5555 ]
5656
5757 // Compose dependencies
58- composeVersion = ' 1.3 .3'
59- composeMaterialVersion = ' 1.3.1 '
60- composeCompilerVersion = " 1.4.0 "
61- activityComposeVersion = ' 1.6 .1'
58+ composeVersion = ' 1.4 .3'
59+ composeMaterialVersion = ' 1.4.3 '
60+ composeCompilerVersion = " 1.4.7 "
61+ activityComposeVersion = ' 1.7 .1'
6262 navigationComposeVersion = " 2.5.3"
6363 composeDependencies = [
6464 composeMaterial : " androidx.compose.material:material:$composeMaterialVersion " ,
7474 androidxTestRunnerVersion = ' 1.5.2'
7575 espressoVersion = ' 3.5.1'
7676 junitVersion = ' 4.13.2'
77- mockitoVersion = ' 5.1 .1'
77+ mockitoVersion = ' 5.3 .1'
7878 uiAutomatorVersion = " 2.2.0"
7979 testDependencies = [
8080 androidxTestCore : " androidx.test:core:$androidxTestVersion " ,
0 commit comments