diff --git a/android/app/build.gradle b/android/app/build.gradle index 729845e..478dbdd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.donetick.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 26 - versionName "1.2.4" + versionCode 27 + versionName "1.2.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 5a58712..276929d 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -61,6 +61,11 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSAppTransportSecurity + + NSAllowsLocalNetworking + + UIViewControllerBasedStatusBarAppearance CFBundleURLTypes diff --git a/package.json b/package.json index b73685f..2ae3abc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "donetick", "private": true, - "version": "1.2.4", + "version": "1.2.6", "type": "module", "engines": { "node": ">=20.0.0",