Skip to content

Commit 68db720

Browse files
authored
Merge pull request #45 from jacobras/dependencies/january-2026
Dependencies/january 2026
2 parents ff8ff42 + 4b6ce5c commit 68db720

39 files changed

Lines changed: 3362 additions & 1177 deletions

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("jvm") version libs.versions.kotlin apply false
33
kotlin("multiplatform") version libs.versions.kotlin apply false
44
kotlin("android") version libs.versions.kotlin apply false
5-
alias(libs.plugins.android.application) version libs.versions.agp apply false
6-
alias(libs.plugins.android.library) version libs.versions.agp apply false
7-
alias(libs.plugins.compose.multiplatform) version libs.versions.compose.multiplatform apply false
5+
alias(libs.plugins.android.application) apply false
6+
alias(libs.plugins.android.library) apply false
7+
alias(libs.plugins.compose.multiplatform) apply false
88
}

compose-action-menu/build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.jacobras"
13-
version = "3.0.1"
13+
version = "3.1.0"
1414

1515
mavenPublishing {
1616
publishToMavenCentral(SonatypeHost.S01, true)
@@ -41,14 +41,14 @@ mavenPublishing {
4141
}
4242

4343
android {
44-
compileSdk = 35
44+
compileSdk = 36
4545
namespace = "nl.jacobras.composeactionmenu"
4646

4747
buildFeatures {
4848
compose = true
4949
}
5050
defaultConfig {
51-
minSdk = 21
51+
minSdk = 23
5252
}
5353
compileOptions {
5454
sourceCompatibility = JavaVersion.VERSION_17
@@ -73,9 +73,10 @@ kotlin {
7373
sourceSets {
7474
val commonMain by getting {
7575
dependencies {
76-
implementation(compose.foundation)
77-
implementation(compose.material3)
78-
implementation(compose.ui)
76+
implementation(libs.compose.foundation)
77+
implementation(libs.compose.icons)
78+
implementation(libs.compose.material3)
79+
implementation(libs.compose.ui)
7980
}
8081
}
8182
val androidMain by getting {

docs/809.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/809.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/873.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/873.js.LICENSE.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/*
2+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
3+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
4+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
5+
*/
6+
7+
/*
8+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
9+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
10+
*/
11+
12+
/*
13+
* @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
14+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
15+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
16+
*/
17+
18+
/**
19+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
20+
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
21+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
22+
*/
23+
24+
/**
25+
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
26+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
27+
*/
28+
29+
//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
30+
31+
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
32+
33+
//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
34+
35+
//! @version @js-joda/core - 3.2.0

docs/873.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/8b586cd980cf66dcff7e.wasm

2.25 MB
Binary file not shown.

docs/META-INF/MANIFEST.MF

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/composeApp.js

Lines changed: 32 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)