Compare commits

..

No commits in common. "5d9c22ddc50176e944d0ece843e10c184b35c7d7" and "c6ac784e1ffed62a2ee65f9ddf7b28fdf60f5590" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -43,10 +43,10 @@ kotlin {
iosSimulatorArm64()
macosX64()
macosArm64()
// watchosArm64() // korim 3.4.0 does not support tvOS
// watchosSimulatorArm64()
// tvosArm64() // korim 3.4.0 does not support tvOS
// tvosSimulatorArm64()
watchosArm64()
watchosSimulatorArm64()
tvosArm64()
tvosSimulatorArm64()
applyDefaultHierarchyTemplate()

View File

@ -13,7 +13,7 @@ buildscript {
allprojects {
group = "net.codinux.banking.epcqrcode"
version = "0.5.1-SNAPSHOT"
version = "1.0.0-SNAPSHOT"
repositories {
mavenCentral()