Compare commits
No commits in common. "5d9c22ddc50176e944d0ece843e10c184b35c7d7" and "c6ac784e1ffed62a2ee65f9ddf7b28fdf60f5590" have entirely different histories.
5d9c22ddc5
...
c6ac784e1f
|
@ -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()
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
group = "net.codinux.banking.epcqrcode"
|
||||
version = "0.5.1-SNAPSHOT"
|
||||
version = "1.0.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in New Issue