Skip to content

Commit

Permalink
1.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
meypod committed Aug 17, 2024
1 parent 43cc395 commit 332f190
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ android {
applicationId "com.github.meypod.al_azan"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 76
versionName "1.17.9"
versionCode 77
versionName "1.17.10"
if (!project.hasProperty("noSign")) {
signingConfig signingConfigs.debug
println("debug signing the builds by default")
Expand Down
9 changes: 4 additions & 5 deletions ios/AlAzan/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.9</string>
<string>1.17.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>38</string>
<string>39</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<false />
<key>NSAllowsLocalNetworking</key>
<true/>
<true />
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string />
Expand Down
4 changes: 2 additions & 2 deletions ios/AlAzanTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.9</string>
<string>1.17.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>75</string>
<string>76</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "al-azan",
"version": "1.17.9",
"version": "1.17.10",
"private": true,
"scripts": {
"android": "react-native run-android --no-packager",
Expand Down

0 comments on commit 332f190

Please sign in to comment.