-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from flogy/2.0.0
2.0.0
- Loading branch information
Showing
26 changed files
with
21,419 additions
and
22,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
public | ||
package.json | ||
package-lock.json | ||
android | ||
ios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
{ | ||
"appId": "com.example.gatsbycapacitor", | ||
"appName": "gatsby-starter-capacitor", | ||
"bundledWebRuntime": false, | ||
"npmClient": "npm", | ||
"webDir": "public", | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0 | ||
} | ||
}, | ||
"cordova": {} | ||
"appId": "com.example.gatsbycapacitor", | ||
"appName": "gatsby-starter-capacitor", | ||
"bundledWebRuntime": false, | ||
"webDir": "public", | ||
"plugins": { | ||
"SplashScreen": { | ||
"launchShowDuration": 0 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"pkg": "@capacitor/toast", | ||
"classpath": "com.capacitorjs.plugins.toast.ToastPlugin" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN | ||
include ':capacitor-android' | ||
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor') | ||
|
||
include ':capacitor-toast' | ||
project(':capacitor-toast').projectDir = new File('../node_modules/@capacitor/toast/android') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Tue Jan 30 13:14:22 CST 2018 | ||
#Thu Nov 25 17:24:48 CET 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip | ||
zipStoreBase=GRADLE_USER_HOME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
ext { | ||
minSdkVersion = 21 | ||
compileSdkVersion = 29 | ||
targetSdkVersion = 29 | ||
androidxAppCompatVersion = '1.1.0' | ||
androidxCoreVersion = '1.2.0' | ||
androidxMaterialVersion = '1.1.0-rc02' | ||
androidxBrowserVersion = '1.2.0' | ||
androidxLocalbroadcastmanagerVersion = '1.0.0' | ||
firebaseMessagingVersion = '20.1.2' | ||
playServicesLocationVersion = '17.0.0' | ||
junitVersion = '4.12' | ||
androidxJunitVersion = '1.1.1' | ||
androidxEspressoCoreVersion = '3.2.0' | ||
compileSdkVersion = 30 | ||
targetSdkVersion = 30 | ||
androidxActivityVersion = '1.2.0' | ||
androidxAppCompatVersion = '1.2.0' | ||
androidxCoordinatorLayoutVersion = '1.1.0' | ||
androidxCoreVersion = '1.3.2' | ||
androidxFragmentVersion = '1.3.0' | ||
junitVersion = '4.13.1' | ||
androidxJunitVersion = '1.1.2' | ||
androidxEspressoCoreVersion = '3.3.0' | ||
cordovaAndroidVersion = '7.0.0' | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { CapacitorConfig } from "@capacitor/cli"; | ||
|
||
const config: CapacitorConfig = { | ||
appId: "com.example.gatsbycapacitor", | ||
appName: "gatsby-starter-capacitor", | ||
bundledWebRuntime: false, | ||
webDir: "public", | ||
plugins: { | ||
SplashScreen: { | ||
launchShowDuration: 0, | ||
}, | ||
}, | ||
}; | ||
|
||
export default config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.