diff --git a/android/gradle.properties b/android/gradle.properties index a34bbd9e..557df683 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -21,4 +21,4 @@ android.enableJetifier=true org.gradle.configureondemand=true android.disableResourceValidation=true android.nonTransitiveRClass=true -android.suppressUnsupportedCompileSdk=33 +android.suppressUnsupportedCompileSdk=33 \ No newline at end of file diff --git a/ios/Config/config.xcconfig b/ios/Config/config.xcconfig index 0f1d04cd..bc551b78 100644 --- a/ios/Config/config.xcconfig +++ b/ios/Config/config.xcconfig @@ -5,4 +5,4 @@ PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)$(BUNDLE_IDENTIFIER_APPEND) RUNTIME_URL = http:\/\/localhost:8080 -PRODUCT_NAME = nativeTemplate +PRODUCT_NAME = nativeTemplate \ No newline at end of file