Commit 142c4ac 1 parent ed8a596 commit 142c4ac Copy full SHA for 142c4ac
File tree 12 files changed +3823
-16202
lines changed
12 files changed +3823
-16202
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
+ namespace " com.tietracker.app"
4
5
compileSdkVersion rootProject. ext. compileSdkVersion
5
6
defaultConfig {
6
7
applicationId " com.tietracker.app"
7
8
minSdkVersion rootProject. ext. minSdkVersion
8
9
targetSdkVersion rootProject. ext. targetSdkVersion
9
- versionCode 34
10
- versionName " 1.13 .0"
10
+ versionCode 35
11
+ versionName " 1.14 .0"
11
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
13
aaptOptions {
13
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 2
2
3
3
android {
4
4
compileOptions {
5
- sourceCompatibility JavaVersion . VERSION_11
6
- targetCompatibility JavaVersion . VERSION_11
5
+ sourceCompatibility JavaVersion . VERSION_17
6
+ targetCompatibility JavaVersion . VERSION_17
7
7
}
8
8
}
9
9
10
10
apply from : " ../capacitor-cordova-android-plugins/cordova.variables.gradle"
11
11
dependencies {
12
12
implementation project(' :capacitor-splash-screen' )
13
- implementation " androidx.webkit:webkit:1.4.0"
14
13
implementation " com.android.support:support-v4:26.+"
14
+ implementation " androidx.webkit:webkit:1.4.0"
15
15
implementation " androidx.legacy:legacy-support-v4:1.0.0"
16
16
}
17
+ apply from : " ../../node_modules/@moodlehq/cordova-plugin-local-notification/src/android/build/localnotification.gradle"
17
18
apply from : " ../../node_modules/cordova-plugin-badge/src/android/badge.gradle"
18
- apply from : " ../../node_modules/cordova-plugin-local-notification/src/android/build/localnotification.gradle"
19
19
20
20
if (hasProperty(' postBuildExtras' )) {
21
21
postBuildExtras()
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package = " com.tietracker.app " >
3
+ >
4
4
5
5
<application
6
6
android : allowBackup =" true"
Original file line number Diff line number Diff line change 2
2
<widget version =" 1.0.0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
3
<access origin =" *" />
4
4
5
+ <feature name =" LocalNotification" >
6
+ <param name =" android-package" value =" de.appplant.cordova.plugin.localnotification.LocalNotification" />
7
+ </feature >
8
+
5
9
<feature name =" Badge" >
6
10
<param name =" android-package" value =" de.appplant.cordova.plugin.badge.Badge" />
7
11
</feature >
15
19
<param name =" onload" value =" true" />
16
20
</feature >
17
21
18
- <feature name =" LocalNotification" >
19
- <param name =" android-package" value =" de.appplant.cordova.plugin.localnotification.LocalNotification" />
20
- </feature >
21
-
22
22
<feature name =" SocialSharing" >
23
23
<param name =" android-package" value =" nl.xservices.plugins.SocialSharing" />
24
24
</feature >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
mavenCentral()
8
8
}
9
9
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 '
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 .2-all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
ext {
2
2
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 '
7
7
androidxCoordinatorLayoutVersion = ' 1.2.0'
8
- androidxCoreVersion = ' 1.8 .0'
9
- androidxFragmentVersion = ' 1.4.1 '
10
- coreSplashScreenVersion = ' 1.0.0-rc01 '
11
- androidxWebkitVersion = ' 1.4.0 '
8
+ androidxCoreVersion = ' 1.10 .0'
9
+ androidxFragmentVersion = ' 1.5.6 '
10
+ coreSplashScreenVersion = ' 1.0.0'
11
+ androidxWebkitVersion = ' 1.6.1 '
12
12
junitVersion = ' 4.13.2'
13
- androidxJunitVersion = ' 1.1.3 '
14
- androidxEspressoCoreVersion = ' 3.4.0 '
13
+ androidxJunitVersion = ' 1.1.5 '
14
+ androidxEspressoCoreVersion = ' 3.5.1 '
15
15
cordovaAndroidVersion = ' 10.1.1'
16
16
}
Original file line number Diff line number Diff line change 1
1
App /build
2
2
App /Pods
3
- App /Podfile.lock
4
3
App /App /public
5
4
DerivedData
6
5
xcuserdata
@@ -11,3 +10,5 @@ capacitor-cordova-ios-plugins
11
10
# Generated Config files
12
11
App /App /capacitor.config.json
13
12
App /App /config.xml
13
+
14
+
Original file line number Diff line number Diff line change 2
2
<widget version =" 1.0.0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
3
<access origin =" *" />
4
4
5
+ <feature name =" LocalNotification" >
6
+ <param name =" ios-package" value =" APPLocalNotification" onload =" true" />
7
+ <param name =" onload" value =" true" />
8
+ </feature >
9
+
5
10
<feature name =" Badge" >
6
11
<param name =" ios-package" value =" APPBadge" />
7
12
</feature >
15
20
<param name =" onload" value =" true" />
16
21
</feature >
17
22
18
- <feature name =" LocalNotification" >
19
- <param name =" ios-package" value =" APPLocalNotification" />
20
- </feature >
21
-
22
23
<feature name =" SocialSharing" >
23
24
<param name =" ios-package" value =" SocialSharing" />
24
25
<param name =" onload" value =" true" />
Original file line number Diff line number Diff line change
1
+ PODS:
2
+ - Capacitor (5.2.3):
3
+ - CapacitorCordova
4
+ - CapacitorCordova (5.2.3)
5
+ - CapacitorSplashScreen (5.0.6):
6
+ - Capacitor
7
+ - CordovaPlugins (5.2.3):
8
+ - CapacitorCordova
9
+
10
+ DEPENDENCIES:
11
+ - "Capacitor (from `../../node_modules/@capacitor/ios`)"
12
+ - "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
13
+ - "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
14
+ - CordovaPlugins (from `../capacitor-cordova-ios-plugins`)
15
+
16
+ EXTERNAL SOURCES:
17
+ Capacitor:
18
+ :path: "../../node_modules/@capacitor/ios"
19
+ CapacitorCordova:
20
+ :path: "../../node_modules/@capacitor/ios"
21
+ CapacitorSplashScreen:
22
+ :path: "../../node_modules/@capacitor/splash-screen"
23
+ CordovaPlugins:
24
+ :path: "../capacitor-cordova-ios-plugins"
25
+
26
+ SPEC CHECKSUMS:
27
+ Capacitor: 6f44cbc33839b8a4202b8eac97041fe584083417
28
+ CapacitorCordova: 35def3ebfdef491f0a7b652816eb873ff4b20bbf
29
+ CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
30
+ CordovaPlugins: d644934b604b745e295ed73dee0bc85dcaee89e3
31
+
32
+ PODFILE CHECKSUM: 5ea994a3ddeb23ed1022878e7d9fcadae4e6a54b
33
+
34
+ COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments