Skip to content

Commit d1b1cef

Browse files
committed
feat(demo): update to 5.0
1 parent 0953e5f commit d1b1cef

29 files changed

+2323
-12288
lines changed

demo/angular/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4+
namespace "io.ionic.starter"
45
compileSdkVersion rootProject.ext.compileSdkVersion
56
defaultConfig {
67
applicationId "io.ionic.starter"

demo/angular/android/app/capacitor.build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
android {
44
compileOptions {
5-
sourceCompatibility JavaVersion.VERSION_11
6-
targetCompatibility JavaVersion.VERSION_11
5+
sourceCompatibility JavaVersion.VERSION_17
6+
targetCompatibility JavaVersion.VERSION_17
77
}
88
}
99

demo/angular/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="io.ionic.starter">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<application
65
android:allowBackup="true"

demo/angular/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.1'
11-
classpath 'com.google.gms:google-services:4.3.13'
10+
classpath 'com.android.tools.build:gradle:8.0.0'
11+
classpath 'com.google.gms:google-services:4.3.15'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

demo/angular/android/gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ org.gradle.jvmargs=-Xmx1536m
2020
# Android operating system, and which are packaged with your app's APK
2121
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2222
android.useAndroidX=true
23-
# Automatically convert third-party libraries to use AndroidX
24-
android.enableJetifier=true
23+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ext {
22
minSdkVersion = 22
3-
compileSdkVersion = 32
4-
targetSdkVersion = 32
5-
androidxActivityVersion = '1.4.0'
6-
androidxAppCompatVersion = '1.4.2'
3+
compileSdkVersion = 33
4+
targetSdkVersion = 33
5+
androidxActivityVersion = '1.7.0'
6+
androidxAppCompatVersion = '1.6.1'
77
androidxCoordinatorLayoutVersion = '1.2.0'
8-
androidxCoreVersion = '1.8.0'
9-
androidxFragmentVersion = '1.4.1'
8+
androidxCoreVersion = '1.10.0'
9+
androidxFragmentVersion = '1.5.6'
1010
junitVersion = '4.13.2'
11-
androidxJunitVersion = '1.1.3'
12-
androidxEspressoCoreVersion = '3.4.0'
11+
androidxJunitVersion = '1.1.5'
12+
androidxEspressoCoreVersion = '3.5.1'
1313
cordovaAndroidVersion = '10.1.1'
14-
coreSplashScreenVersion = '1.0.0-rc01'
15-
androidxWebkitVersion = '1.4.0'
14+
coreSplashScreenVersion = '1.0.0'
15+
androidxWebkitVersion = '1.6.1'
1616
}

demo/angular/ios/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
App/build
22
App/Pods
3-
App/Podfile.lock
43
App/App/public
54
DerivedData
65
xcuserdata
76

87
# Cordova plugins for Capacitor
98
capacitor-cordova-ios-plugins
9+
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)