Skip to content

Commit eef527e

Browse files
Duy PhạmDuy Phạm
authored andcommitted
Bump version to 1.2.1
1 parent d00a048 commit eef527e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android.nonTransitiveRClass=true
2323
kotlin.code.style=official
2424
android.nonFinalResIds=false
2525
LIBRARY_VERSION=2.1.0
26-
LIBRARY_COMPOSE_VERSION=2.1.0
26+
LIBRARY_COMPOSE_VERSION=2.1.1
2727
MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN"

lib-compose/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ plugins {
1919
*/
2020
val isSnapshotRelease = findProperty("IS_SNAPSHOT_RELEASE") == "true"
2121
version =
22-
if (isSnapshotRelease) "${findProperty("LIBRARY_VERSION")}-SNAPSHOT" else "${findProperty("LIBRARY_VERSION")}"
22+
if (isSnapshotRelease) "${findProperty("LIBRARY_COMPOSE_VERSION")}-SNAPSHOT" else "${findProperty("LIBRARY_COMPOSE_VERSION")}"
2323

2424
android {
2525
namespace = "com.what3words.map.components.compose"
2626
compileSdk = libs.versions.compileSdk.get().toInt()
2727

2828
defaultConfig {
2929
minSdk = libs.versions.minSdk.get().toInt()
30-
buildConfigField("String", "LIBRARY_VERSION", "\"${findProperty("LIBRARY_VERSION")}\"")
30+
buildConfigField("String", "LIBRARY_VERSION", "\"${findProperty("LIBRARY_COMPOSE_VERSION")}\"")
3131

3232
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3333
consumerProguardFiles("consumer-rules.pro")

0 commit comments

Comments
 (0)