Compare commits
No commits in common. "d30337eef29343c6fbdbd79b68a22f0e06c56acf" and "5965a1e4ddc55a425d02456b3b429fc05622e9c2" have entirely different histories.
d30337eef2
...
5965a1e4dd
|
@ -1,7 +1,7 @@
|
|||
kotlin.code.style=official
|
||||
|
||||
#Gradle
|
||||
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
||||
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
||||
|
||||
#Android
|
||||
android.nonTransitiveRClass=true
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
CURRENT_PROJECT_VERSION = 11;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 7WVYN7QA7Z;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
@ -349,7 +349,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
CURRENT_PROJECT_VERSION = 11;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 7WVYN7QA7Z;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
|
|
Loading…
Reference in New Issue