Skip to content

Commit

Permalink
Merge pull request #69 from paulnagle/update_libraries
Browse files Browse the repository at this point in the history
updated libraries
  • Loading branch information
paulnagle committed Jun 15, 2024
2 parents 7ef9479 + 8656f51 commit abff70b
Show file tree
Hide file tree
Showing 9 changed files with 3,716 additions and 2,616 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'

android {

buildToolsVersion '33'
buildToolsVersion '34'
namespace "ie.nasouth.bmltsearch"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "ie.nasouth.bmltsearch"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 50302
versionName '5.03.02'
versionCode 50303
versionName '5.03.03'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.google.gms:google-services:4.3.15'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand All @@ -13,4 +13,4 @@ ext {
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
}
}
12 changes: 6 additions & 6 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.3.2;
CURRENT_PROJECT_VERSION = 5.3.3;
DEVELOPMENT_TEAM = T3V4RRZHWV;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.3.2;
MARKETING_VERSION = 5.3.3;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ie.nasouth.bmltsearch;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -390,12 +390,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.3.2;
CURRENT_PROJECT_VERSION = 5.3.3;
DEVELOPMENT_TEAM = T3V4RRZHWV;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.3.2;
MARKETING_VERSION = 5.3.3;
PRODUCT_BUNDLE_IDENTIFIER = ie.nasouth.bmltsearch;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
48 changes: 24 additions & 24 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- Capacitor (5.6.0):
- Capacitor (6.1.0):
- CapacitorCordova
- CapacitorApp (5.0.7):
- CapacitorApp (6.0.0):
- Capacitor
- CapacitorBrowser (5.2.0):
- CapacitorBrowser (6.0.1):
- Capacitor
- CapacitorCordova (5.6.0)
- CapacitorGeolocation (5.0.7):
- CapacitorCordova (6.1.0)
- CapacitorGeolocation (6.0.0):
- Capacitor
- CapacitorGoogleMaps (5.4.1):
- CapacitorGoogleMaps (6.0.0-rc.0):
- Capacitor
- Google-Maps-iOS-Utils (~> 4.1)
- GoogleMaps (~> 7.3)
- CapacitorHaptics (5.0.7):
- Google-Maps-iOS-Utils (~> 4.2)
- GoogleMaps (~> 7.4)
- CapacitorHaptics (6.0.0):
- Capacitor
- CapacitorKeyboard (5.0.8):
- CapacitorKeyboard (6.0.1):
- Capacitor
- CapacitorShare (5.0.7):
- CapacitorShare (6.0.1):
- Capacitor
- CapacitorSplashScreen (5.0.7):
- CapacitorSplashScreen (6.0.1):
- Capacitor
- CapacitorStatusBar (5.0.7):
- CapacitorStatusBar (6.0.0):
- Capacitor
- Google-Maps-iOS-Utils (4.2.2):
- Google-Maps-iOS-Utils/Clustering (= 4.2.2)
Expand Down Expand Up @@ -90,17 +90,17 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979
CapacitorBrowser: a6deae9e5bf87f62b62a753cff7992c5def9e771
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
CapacitorGeolocation: 918a292459542bcce98433f9e7c7909f8c72838a
CapacitorGoogleMaps: 7764613bb8eab28f290c1ca76b6ff4ee32d3c50f
CapacitorHaptics: 7c7c206f0c96a628fed073830c96d28c4b2e772e
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c
CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7
Capacitor: 187bd7847b6f71467015a20200a1a071be3e5f14
CapacitorApp: 9d53aec7101f7b030a950c5bdc4df8612576b279
CapacitorBrowser: 473c7fd70ddbe541608ff09ec1be14da0078279e
CapacitorCordova: be703980ca797f847c3356f78fa175d21c8330c2
CapacitorGeolocation: 1f12bbe372b65116e851bd8e3a94cf0ef9bacebb
CapacitorGoogleMaps: 899f9d99a1bc561ad2864aac9f1c59e0b74111be
CapacitorHaptics: 9ebc9363f0e9b8eb4295088a0b474530acf1859b
CapacitorKeyboard: 5f32a712adf41e07a61caafb82cf29fb6d8ba123
CapacitorShare: 02222f2457ff003e642370a9c1ecd101baaa27c8
CapacitorSplashScreen: 61645214e8f955ff2b80f16a6a3648960fe4c89f
CapacitorStatusBar: 2e4369f99166125435641b1908d05f561eaba6f6
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac

Expand Down
Loading

0 comments on commit abff70b

Please sign in to comment.