Skip to content

Commit

Permalink
feat!: update to Capacitor 6
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 16, 2024
1 parent feea5b7 commit 7e705b5
Show file tree
Hide file tree
Showing 8 changed files with 5,742 additions and 17,480 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
namespace "dev.robingenz.capacitorjs.nfc.demo"
compileSdkVersion rootProject.ext.compileSdkVersion
compileSdk rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "dev.robingenz.capacitorjs.nfc.demo"
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.google.gms:google-services:4.4.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
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,5 +1,5 @@
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.2.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
14 changes: 7 additions & 7 deletions android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.10.0'
androidxFragmentVersion = '1.5.6'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
coreSplashScreenVersion = '1.0.0'
androidxWebkitVersion = '1.6.1'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.9.0'
}
10 changes: 9 additions & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"appId": "dev.robingenz.capacitorjs.nfc.demo",
"appName": "capacitor-nfc-demo",
"webDir": "www",
"bundledWebRuntime": false
"bundledWebRuntime": false,
"packageClassList": [
"AppPlugin",
"HapticsPlugin",
"KeyboardPlugin",
"StatusBarPlugin",
"NfcPlugin",
"NfcPlugin"
]
}
30 changes: 15 additions & 15 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Capacitor (5.0.0):
- Capacitor (6.0.0):
- CapacitorCordova
- CapacitorApp (5.0.0):
- CapacitorApp (6.0.0):
- Capacitor
- CapacitorCordova (5.0.0)
- CapacitorHaptics (5.0.0):
- CapacitorCordova (6.0.0)
- CapacitorHaptics (6.0.0):
- Capacitor
- CapacitorKeyboard (5.0.0):
- CapacitorKeyboard (6.0.0):
- Capacitor
- CapacitorStatusBar (5.0.0):
- CapacitorStatusBar (6.0.0):
- Capacitor
- CapawesomeTeamCapacitorNfc (5.0.2):
- CapawesomeTeamCapacitorNfc (6.0.0):
- Capacitor

DEPENDENCIES:
Expand Down Expand Up @@ -39,14 +39,14 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capawesome-team/capacitor-nfc"

SPEC CHECKSUMS:
Capacitor: b332cb737d447561e854039fb72195206685dce2
CapacitorApp: 16e189e0463976060ccf34868e3083858c977e2b
CapacitorCordova: 4ea17670ee562680988a7ce9db68dee5160fe564
CapacitorHaptics: a7d1a6be8d84bcb2749bad57230a8b9e8cdcef7c
CapacitorKeyboard: 8a25a4241b74f69d457a7e81220a54c22214a679
CapacitorStatusBar: 7ff77f2b22a52a93a140d1b2dede027bfb7d705f
CapawesomeTeamCapacitorNfc: 25ea112c93fca2d7078c71fe86592daed542dd49
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
CapacitorApp: 9d53aec7101f7b030a950c5bdc4df8612576b279
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
CapacitorHaptics: 9ebc9363f0e9b8eb4295088a0b474530acf1859b
CapacitorKeyboard: deacbd09d8d1029c3681197fb05d206b721d5f73
CapacitorStatusBar: 2e4369f99166125435641b1908d05f561eaba6f6
CapawesomeTeamCapacitorNfc: 33bc236e4a01f029aa3f2702a41c9e603a2d399f

PODFILE CHECKSUM: c3eb20f2fc759001fef0d018332d90acd00b6a9a

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
Loading

0 comments on commit 7e705b5

Please sign in to comment.