Skip to content

Commit ddc3112

Browse files
authored
Merge pull request #4 from RevenueCat/update/mpp-properties
Bump Kotlin to 2.2.21 and compose plugin
2 parents 7641cb8 + 967869b commit ddc3112

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're using Version Catalog, you can configure the dependency by adding it t
3939
```toml
4040
[versions]
4141
#...
42-
placeholder = "1.0.1"
42+
placeholder = "1.0.2"
4343

4444
[libraries]
4545
#...

buildSrc/src/main/kotlin/com/revenuecat/placeholder/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object Configuration {
66
const val minSdk = 23
77
const val majorVersion = 1
88
const val minorVersion = 0
9-
const val patchVersion = 1
9+
const val patchVersion = 2
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 2
11+
const val versionCode = 3
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "com.revenuecat.purchases"
1414
}

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
agp = "8.12.1"
3-
dokka = "2.0.0"
2+
agp = "8.12.3"
3+
dokka = "2.1.0"
44
nexusPlugin = "0.34.0"
5-
kotlin = "2.2.20"
5+
kotlin = "2.2.21"
66
kotlinBinaryCompatibility = "0.18.1"
7-
androidxComposeBom = "2025.09.01"
8-
compose-plugin = "1.9.0"
7+
androidxComposeBom = "2025.10.01"
8+
compose-plugin = "1.9.2"
99
composeEffects = "0.1.4"
1010
jvmTarget = "11"
1111
androidxActivity = "1.10.1"
1212
androidxTest = "1.7.0"
1313
androidxNavigation = "2.8.0-alpha13"
14-
baselineProfiles = "1.4.0"
14+
baselineProfiles = "1.4.1"
1515
macroBenchmark = "1.4.0"
1616
uiAutomator = "2.3.0"
1717
spotless = "6.21.0"

0 commit comments

Comments
 (0)