This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -209,15 +209,15 @@ allprojects {
209209project build.gradle
210210``` groovy
211211dependencies {
212- commonMainApi("dev.icerock.moko:widgets:0.2.2 ")
213-
214- commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.2 ") // show bottom sheets
215- commonMainApi("dev.icerock.moko:widgets-collection:0.2.2 ") // collection widget
216- commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.2 ") // show datepicker
217- commonMainApi("dev.icerock.moko:widgets-image-network:0.2.2 ") // images with load from url
218- commonMainApi("dev.icerock.moko:widgets-sms:0.2.2 ") // input with sms autofill
219- commonMainApi("dev.icerock.moko:widgets-media:0.2.2 ") // moko-media integration
220- commonMainApi("dev.icerock.moko:widgets-permissions:0.2.2 ") // moko-permissions integration
212+ commonMainApi("dev.icerock.moko:widgets:0.2.4 ")
213+
214+ commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.4 ") // show bottom sheets
215+ commonMainApi("dev.icerock.moko:widgets-collection:0.2.4 ") // collection widget
216+ commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.4 ") // show datepicker
217+ commonMainApi("dev.icerock.moko:widgets-image-network:0.2.4 ") // images with load from url
218+ commonMainApi("dev.icerock.moko:widgets-sms:0.2.4 ") // input with sms autofill
219+ commonMainApi("dev.icerock.moko:widgets-media:0.2.4 ") // moko-media integration
220+ commonMainApi("dev.icerock.moko:widgets-permissions:0.2.4 ") // moko-permissions integration
221221}
222222```
223223
@@ -230,7 +230,7 @@ buildscript {
230230 }
231231
232232 dependencies {
233- classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.2 "
233+ classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.4 "
234234 }
235235}
236236```
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'moko-widgets-bottomsheet'
3- spec . version = '0.2.2 '
3+ spec . version = '0.2.4 '
44 spec . homepage = 'https://github.com/icerockdev/moko-widgets'
55 spec . source = { :git => "https://github.com/icerockdev/moko-widgets.git" , :tag => "release/#{ spec . version } " }
66 spec . authors = 'IceRock Development'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'moko-widgets-collection'
3- spec . version = '0.2.2 '
3+ spec . version = '0.2.4 '
44 spec . homepage = 'https://github.com/icerockdev/moko-widgets'
55 spec . source = { :git => "https://github.com/icerockdev/moko-widgets.git" , :tag => "release/#{ spec . version } " }
66 spec . authors = 'IceRock Development'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'moko-widgets-datetime-picker'
3- spec . version = '0.2.2 '
3+ spec . version = '0.2.4 '
44 spec . homepage = 'https://github.com/icerockdev/moko-widgets'
55 spec . source = { :git => "https://github.com/icerockdev/moko-widgets.git" , :tag => "release/#{ spec . version } " }
66 spec . authors = 'IceRock Development'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'moko-widgets-image-network'
3- spec . version = '0.2.2 '
3+ spec . version = '0.2.4 '
44 spec . homepage = 'https://github.com/icerockdev/moko-widgets'
55 spec . source = { :git => "https://github.com/icerockdev/moko-widgets.git" , :tag => "release/#{ spec . version } " }
66 spec . authors = 'IceRock Development'
You can’t perform that action at this time.
0 commit comments