File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
convention-plugins/src/main/kotlin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44allprojects {
55 group = " top.yukonga.miuix.kmp"
6- version = " 0.6.1 "
6+ version = " 0.7.0 "
77}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121
2222val appName = " Miuix"
2323val pkgName = " top.yukonga.miuix.uitest"
24- val verName = " 1.0.6 "
24+ val verName = " 1.0.7 "
2525val verCode = getVersionCode()
2626val generatedSrcDir = layout.buildDirectory.dir(" generated" ).get().asFile.resolve(" miuix-example" )
2727
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.6 </string >
18+ <string >1.0.7 </string >
1919 <key >CFBundleVersion </key >
20- <string >641 </string >
20+ <string >642 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
2323 <key >CADisableMinimumFrameDurationOnPhone </key >
You can’t perform that action at this time.
0 commit comments