We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff65f48 commit dcc897eCopy full SHA for dcc897e
gradle.properties
@@ -6,6 +6,7 @@ org.gradle.configureondemand=true
6
# Android
7
android.useAndroidX=true
8
android.nonTransitiveRClass=true
9
+android.r8.maxWorkers=4
10
# Dokka
11
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
12
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
iosApp/iosApp/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0.4</string>
19
<key>CFBundleVersion</key>
20
- <string>509</string>
+ <string>510</string>
21
<key>LSRequiresIPhoneOS</key>
22
<true/>
23
<key>CADisableMinimumFrameDurationOnPhone</key>
0 commit comments