Browse Source

Manual versions update

release/1.3.0
Oleksandr Karpovich 2 years ago
parent
commit
7c3fd3a56f
  1. 4
      examples/codeviewer/android/build.gradle.kts
  2. 4
      examples/imageviewer/android/build.gradle.kts
  3. 4
      examples/issues/android/build.gradle.kts
  4. 4
      examples/todoapp-lite/android/build.gradle.kts
  5. 4
      examples/widgets-gallery/android/build.gradle.kts
  6. 4
      experimental/examples/chat-mpp/gradle.properties
  7. 4
      experimental/examples/codeviewer/gradle.properties
  8. 4
      experimental/examples/falling-balls-mpp/gradle.properties
  9. 4
      experimental/examples/imageviewer/gradle.properties
  10. 4
      experimental/examples/minesweeper/gradle.properties
  11. 4
      experimental/examples/todoapp-lite/gradle.properties
  12. 4
      experimental/examples/visual-effects/gradle.properties
  13. 4
      experimental/examples/widgets-gallery/gradle.properties
  14. 3
      web/buildSrc/gradle.properties
  15. 13
      web/kotlin-js-store/yarn.lock

4
examples/codeviewer/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdk = 32 compileSdk = 33
defaultConfig { defaultConfig {
minSdk = 26 minSdk = 26
targetSdk = 32 targetSdk = 33
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

4
examples/imageviewer/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdk = 32 compileSdk = 33
defaultConfig { defaultConfig {
minSdk = 26 minSdk = 26
targetSdk = 32 targetSdk = 33
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

4
examples/issues/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdk = 32 compileSdk = 33
defaultConfig { defaultConfig {
minSdk = 26 minSdk = 26
targetSdk = 32 targetSdk = 33
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

4
examples/todoapp-lite/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdk = 32 compileSdk = 33
defaultConfig { defaultConfig {
minSdk = 26 minSdk = 26
targetSdk = 32 targetSdk = 33
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

4
examples/widgets-gallery/android/build.gradle.kts

@ -5,11 +5,11 @@ plugins {
} }
android { android {
compileSdk = 32 compileSdk = 33
defaultConfig { defaultConfig {
minSdk = 26 minSdk = 26
targetSdk = 32 targetSdk = 33
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"
} }

4
experimental/examples/chat-mpp/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.1 compose.version=1.3.0-rc02

4
experimental/examples/codeviewer/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.3.0-beta04-dev885 compose.version=1.3.0-rc02

4
experimental/examples/falling-balls-mpp/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.1 compose.version=1.3.0-rc02

4
experimental/examples/imageviewer/gradle.properties

@ -12,7 +12,7 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.2 compose.version=1.3.0-rc02
ktor.version=2.2.1 ktor.version=2.2.1

4
experimental/examples/minesweeper/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.3.0-beta04-dev885 compose.version=1.3.0-rc02

4
experimental/examples/todoapp-lite/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.1 compose.version=1.3.0-rc02

4
experimental/examples/visual-effects/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.1 compose.version=1.3.0-rc02

4
experimental/examples/widgets-gallery/gradle.properties

@ -12,6 +12,6 @@ kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableGranularSourceSetsMetadata=true
# Enable kotlin/native experimental memory model # Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental kotlin.native.binary.memoryModel=experimental
kotlin.version=1.7.20 kotlin.version=1.8.0
agp.version=7.1.3 agp.version=7.1.3
compose.version=1.2.1 compose.version=1.3.0-rc02

3
web/buildSrc/gradle.properties

@ -1 +1,2 @@
kotlin.version=1.7.20 kotlin.version=1.8.0

13
web/kotlin-js-store/yarn.lock

@ -307,7 +307,12 @@ acorn-import-assertions@^1.7.6:
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
acorn@^8.4.1, acorn@^8.5.0: acorn@^8.4.1:
version "8.8.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
acorn@^8.5.0:
version "8.7.1" version "8.7.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@ -917,9 +922,9 @@ engine.io@~6.2.0:
ws "~8.2.3" ws "~8.2.3"
enhanced-resolve@^5.9.3: enhanced-resolve@^5.9.3:
version "5.10.0" version "5.12.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634"
integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==
dependencies: dependencies:
graceful-fs "^4.2.4" graceful-fs "^4.2.4"
tapable "^2.2.0" tapable "^2.2.0"

Loading…
Cancel
Save