From e10ec3b78ee38107ffb80aee1a25edcfe6778195 Mon Sep 17 00:00:00 2001 From: Meypod Date: Tue, 13 Feb 2024 01:14:52 +0330 Subject: [PATCH] v1.17.6-rc9 --- android/app/build.gradle | 4 ++-- ios/AlAzan/Info.plist | 4 ++-- ios/AlAzanTests/Info.plist | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 927c4543..1513c143 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,8 +103,8 @@ android { applicationId "com.github.meypod.al_azan" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 72 - versionName "1.17.5" + versionCode 73 + versionName "1.17.6-rc9" if (!project.hasProperty("noSign")) { signingConfig signingConfigs.debug println("debug signing the builds by default") diff --git a/ios/AlAzan/Info.plist b/ios/AlAzan/Info.plist index e1cc15a1..101134a1 100644 --- a/ios/AlAzan/Info.plist +++ b/ios/AlAzan/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.5 + 1.17.6 CFBundleSignature ???? CFBundleVersion - 34 + 35 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/AlAzanTests/Info.plist b/ios/AlAzanTests/Info.plist index 79a54054..3b5d84d5 100644 --- a/ios/AlAzanTests/Info.plist +++ b/ios/AlAzanTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.17.5 + 1.17.6 CFBundleSignature ???? CFBundleVersion - 71 + 72 diff --git a/package.json b/package.json index a718865e..d11076cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "al-azan", - "version": "1.17.5", + "version": "1.17.6-rc9", "private": true, "scripts": { "android": "react-native run-android --no-packager",