File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ plugins {
3333 kotlin(" multiplatform" )
3434}
3535
36- val abcLocationLib = " com.linecorp.abc:kmm-location:0.2.3 "
36+ val abcLocationLib = " com.linecorp.abc:kmm-location:0.2.4 "
3737
3838kotlin {
3939 android()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
22import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
33
44val isSnapshotUpload = System .getProperty(" snapshot" ).toBooleanLenient() ? : false
5- val libVersion = " 0.2.3 "
5+ val libVersion = " 0.2.4 "
66val gitName = " abc-${project.name} "
77
88buildscript {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'kmm_location'
3- spec . version = '0.2.3 '
3+ spec . version = '0.2.4 '
44 spec . homepage = ''
55 spec . source = { :git => "Not Published" , :tag => "Cocoapods/#{ spec . name } /#{ spec . version } " }
66 spec . authors = ''
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 kotlin(" native.cocoapods" )
77}
88
9- val abcLocationLib = " com.linecorp.abc:kmm-location:0.2.3 "
9+ val abcLocationLib = " com.linecorp.abc:kmm-location:0.2.4 "
1010
1111version = " 1.0"
1212
You can’t perform that action at this time.
0 commit comments