Skip to content

Commit

Permalink
Escape updating state on internal TextField span styles change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelenskiy committed Apr 30, 2024
1 parent 73f733f commit 3b4f424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ development=true

#Publication
group=com.zhelenskiy
version=0.0.8
version=0.0.9
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.2.0"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
basic-source-code-editor = "0.0.17"
basic-source-code-editor = "0.0.18"
animate-content-single-dimension = "1.0.1"
kotlin = "2.0.0-Beta5"
compose = "1.6.10-dev1551"
Expand Down
2 changes: 1 addition & 1 deletion sample/sample.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'sample'
spec.version = '0.0.8'
spec.version = '0.0.9'
spec.homepage = 'h'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 3b4f424

Please sign in to comment.