Skip to content

Commit

Permalink
desktop release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed May 29, 2024
1 parent d284c7a commit 9d1b854
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ compose.desktop {

targetFormats(TargetFormat.Dmg, TargetFormat.Pkg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Sync Sphere"
packageVersion = "1.4.9"
packageVersion = "1.5.0"

macOS {
iconFile.set(project.file("src/jvmMain/resources/icon/desktop_icon.icns"))
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android.useAndroidX=true
android.compileSdk=34
android.targetSdk=34
android.minSdk=26
android.versionCode=22
android.versionName=1.4.9
android.versionCode=23
android.versionName=1.5.0

kotlin.mpp.applyDefaultHierarchyTemplate=false

Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.4.9</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PreScreenModel(

fun init() {
screenModelScope.launch(dispatcher) {
roomRepository.signInAnonymouslyIfNeeded()
// roomRepository.signInAnonymouslyIfNeeded()

userIconPreference = roomRepository.getLocalIcon()

Expand Down

0 comments on commit 9d1b854

Please sign in to comment.