Skip to content

Commit

Permalink
Merge pull request #29 from mozartec/feat/Capacitor6
Browse files Browse the repository at this point in the history
Feat/capacitor6
  • Loading branch information
Mozart-Alkhateeb committed Apr 27, 2024
2 parents 7ec409e + 830f0a6 commit a7dab7c
Show file tree
Hide file tree
Showing 11 changed files with 3,954 additions and 2,285 deletions.
2 changes: 1 addition & 1 deletion _demo/AngularMicrophone/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 "com.mozartec.capacitor.microphone.angular"
compileSdkVersion rootProject.ext.compileSdkVersion
compileSdk rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.mozartec.capacitor.microphone.angular"
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
4 changes: 2 additions & 2 deletions _demo/AngularMicrophone/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
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.2.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
14 changes: 7 additions & 7 deletions _demo/AngularMicrophone/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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'
coreSplashScreenVersion = '1.0.0'
androidxWebkitVersion = '1.6.1'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.9.0'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
Expand Down
10 changes: 9 additions & 1 deletion _demo/AngularMicrophone/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"webDir": "www",
"server": {
"androidScheme": "https"
}
},
"packageClassList": [
"AppPlugin",
"HapticsPlugin",
"KeyboardPlugin",
"StatusBarPlugin",
"MicrophonePlugin",
"MicrophonePlugin"
]
}
Loading

0 comments on commit a7dab7c

Please sign in to comment.