File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ android.nonTransitiveRClass=true
2323kotlin.code.style =official
2424android.nonFinalResIds =false
2525LIBRARY_VERSION =2.1.0
26- LIBRARY_COMPOSE_VERSION =2.1.0
26+ LIBRARY_COMPOSE_VERSION =2.1.1
2727MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN"
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ plugins {
1919 */
2020val isSnapshotRelease = findProperty(" IS_SNAPSHOT_RELEASE" ) == " true"
2121version =
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
2424android {
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" )
You can’t perform that action at this time.
0 commit comments