@capgo/native-market 7.1.8 → 7.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CapgoNativeMarket.podspec +16 -12
- package/Package.swift +28 -0
- package/ios/Tests/NativeMarketPluginTests/NativeMarketPluginTests.swift +20 -0
- package/package.json +12 -3
- package/.eslintignore +0 -5
- package/.github/FUNDING.yml +0 -1
- package/.github/ISSUE_TEMPLATE/bug-report.md +0 -84
- package/.github/ISSUE_TEMPLATE/feature-request.md +0 -41
- package/.github/workflows/autofix.yml +0 -23
- package/.github/workflows/build.yml +0 -106
- package/.github/workflows/bump_version.yml +0 -57
- package/.github/workflows/test.yml +0 -58
- package/.prettierrc.js +0 -3
- package/CHANGELOG.md +0 -506
- package/PLUGIN_AUTHOR_README.md +0 -51
- package/android/.classpath +0 -6
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/android/gradle.properties +0 -20
- package/android/gradlew +0 -252
- package/android/gradlew.bat +0 -94
- package/android/proguard-rules.pro +0 -21
- package/android/settings.gradle +0 -2
- package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +0 -27
- package/android/src/test/java/com/getcapacitor/ExampleUnitTest.java +0 -18
- package/bun.lock +0 -820
- package/ios/Plugin/Info.plist +0 -24
- package/ios/Plugin.xcodeproj/project.pbxproj +0 -548
- package/ios/Plugin.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/PluginTests/Info.plist +0 -22
- package/ios/PluginTests/PluginTests.swift +0 -25
- package/ios/Podfile +0 -16
- package/java_code_style.xml +0 -24
- package/renovate.json +0 -48
- package/rollup.config.mjs +0 -22
- package/src/definitions.ts +0 -58
- package/src/index.ts +0 -10
- package/src/web.ts +0 -28
- package/tsconfig.json +0 -19
- /package/ios/{Plugin/Plugin.swift → Sources/NativeMarketPlugin/NativeMarketPlugin.swift} +0 -0
package/CHANGELOG.md
DELETED
|
@@ -1,506 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
## [7.1.8](https://github.com/Cap-go/capacitor-native-market/compare/7.1.7...7.1.8) (2025-10-08)
|
|
6
|
-
|
|
7
|
-
## [7.1.7](https://github.com/Cap-go/capacitor-native-market/compare/7.1.6...7.1.7) (2025-10-08)
|
|
8
|
-
|
|
9
|
-
### [7.1.6](https://github.com/Cap-go/capacitor-native-market/compare/7.1.5...7.1.6) (2025-07-19)
|
|
10
|
-
|
|
11
|
-
### [7.1.5](https://github.com/Cap-go/capacitor-native-market/compare/7.1.4...7.1.5) (2025-04-03)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* url issue ([4e2bce4](https://github.com/Cap-go/capacitor-native-market/commit/4e2bce4d809d1027b369814fc31858742ae03cbf))
|
|
17
|
-
|
|
18
|
-
### [7.1.4](https://github.com/Cap-go/native-market/compare/7.1.3...7.1.4) (2025-04-03)
|
|
19
|
-
|
|
20
|
-
### [7.1.3](https://github.com/Cap-go/native-market/compare/7.1.2...7.1.3) (2025-04-03)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* Remove res folder ([4614665](https://github.com/Cap-go/native-market/commit/4614665d0e227fe1b6dca1243c33df37fb1b698d))
|
|
26
|
-
|
|
27
|
-
### [7.1.2](https://github.com/Cap-go/native-market/compare/7.1.1...7.1.2) (2025-04-03)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
* lint issue ([25d7acc](https://github.com/Cap-go/native-market/commit/25d7acc9a5a91affaaad5acb7f3fe42c0f5ec8c0))
|
|
33
|
-
|
|
34
|
-
### [7.1.1](https://github.com/Cap-go/native-market/compare/7.1.0...7.1.1) (2025-02-09)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Bug Fixes
|
|
38
|
-
|
|
39
|
-
* add missing class ([a781465](https://github.com/Cap-go/native-market/commit/a781465433f190d14f9c0cc09defb3795086354b))
|
|
40
|
-
|
|
41
|
-
## [7.1.0](https://github.com/Cap-go/native-market/compare/6.0.2...7.1.0) (2025-02-08)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* migrate to capacitor v7 ([b7a6df1](https://github.com/Cap-go/native-market/commit/b7a6df1e27c87d30ae8bccccebb04491844f32ed))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* CICD ([c67070f](https://github.com/Cap-go/native-market/commit/c67070fd0e8cee620f405acbfc22d98cb96aab03))
|
|
52
|
-
|
|
53
|
-
### [6.0.2](https://github.com/riderx/native-market/compare/6.0.1...6.0.2) (2024-09-05)
|
|
54
|
-
|
|
55
|
-
### [6.0.1](https://github.com/riderx/native-market/compare/6.0.0...6.0.1) (2024-04-30)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* pnpm version ([0c8fb0d](https://github.com/riderx/native-market/commit/0c8fb0dd0e9d1674dbf1edccb2835202aa18c630))
|
|
61
|
-
|
|
62
|
-
## [6.0.0](https://github.com/riderx/native-market/compare/5.0.5...6.0.0) (2024-04-30)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### ⚠ BREAKING CHANGES
|
|
66
|
-
|
|
67
|
-
* upgrade to capacitor 6
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
* upgrade to capacitor 6 ([f4e1970](https://github.com/riderx/native-market/commit/f4e1970a0deb8405adb7d91dad654fb1bcfe9b12))
|
|
72
|
-
|
|
73
|
-
### [5.0.5](https://github.com/riderx/native-market/compare/5.0.4...5.0.5) (2023-11-13)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* lint issue ([afca77c](https://github.com/riderx/native-market/commit/afca77c250d500966c2fd5db19ab209031b9000a))
|
|
79
|
-
|
|
80
|
-
### [5.0.4](https://github.com/riderx/native-market/compare/5.0.3...5.0.4) (2023-11-13)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Bug Fixes
|
|
84
|
-
|
|
85
|
-
* crash if no app found ([cdaa081](https://github.com/riderx/native-market/commit/cdaa081f287e1352d3d2ca07aa73801a4d531ed3))
|
|
86
|
-
* lockfile ([92e7e0d](https://github.com/riderx/native-market/commit/92e7e0d42efa6ee63377b044f8b9eaa110c23696))
|
|
87
|
-
* remove husky ([fb54dab](https://github.com/riderx/native-market/commit/fb54dabed5fe84a70306aafcca2e10a17fc97dbc))
|
|
88
|
-
|
|
89
|
-
### [5.0.3](https://github.com/riderx/native-market/compare/5.0.2...5.0.3) (2023-06-21)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* use publish v2 ([9d4e5f4](https://github.com/riderx/native-market/commit/9d4e5f4e4e1f52aedc83003770f2d7c2ca40de9c))
|
|
95
|
-
|
|
96
|
-
### [5.0.2](https://github.com/riderx/native-market/compare/5.0.1...5.0.2) (2023-06-21)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Bug Fixes
|
|
100
|
-
|
|
101
|
-
* ios build ([f4c88a1](https://github.com/riderx/native-market/commit/f4c88a142cb9ab98b4294cb01323e131c9f1a2e3))
|
|
102
|
-
|
|
103
|
-
### [5.0.1](https://github.com/riderx/native-market/compare/2.0.0...5.0.1) (2023-06-21)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
* pnpm ([8fec601](https://github.com/riderx/native-market/commit/8fec6011bd30caa8d36f5d344bd930dc0ed8df2e))
|
|
109
|
-
* test fix commit and see if CI is sane now ([fba5857](https://github.com/riderx/native-market/commit/fba585739e28861bc9d5258e17896fdbb85626fe))
|
|
110
|
-
|
|
111
|
-
## [2.0.0](https://github.com/riderx/native-market/compare/5.0.0...2.0.0) (2023-06-21)
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
114
|
-
|
|
115
|
-
- lint issue and pnpm ([8cc1e82](https://github.com/riderx/native-market/commit/8cc1e8281fa32597307c84469c128922a26cbc15))
|
|
116
|
-
- test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
|
|
117
|
-
- version number ([c9892a1](https://github.com/riderx/native-market/commit/c9892a11d7d9d60e7051dd0e2788ac77d8b7e1ad))
|
|
118
|
-
|
|
119
|
-
## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-06-21)
|
|
120
|
-
|
|
121
|
-
### ⚠ BREAKING CHANGES
|
|
122
|
-
|
|
123
|
-
- upgrade to capacitor 5
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
132
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
133
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
134
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
135
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
136
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
137
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
138
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
139
|
-
- test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
|
|
140
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
141
|
-
- version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
|
|
142
|
-
|
|
143
|
-
## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-06-21)
|
|
144
|
-
|
|
145
|
-
### ⚠ BREAKING CHANGES
|
|
146
|
-
|
|
147
|
-
- upgrade to capacitor 5
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
156
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
157
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
158
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
159
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
160
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
161
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
162
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
163
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
164
|
-
- version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
|
|
165
|
-
|
|
166
|
-
## [11.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v11.0.0) (2023-06-01)
|
|
167
|
-
|
|
168
|
-
### ⚠ BREAKING CHANGES
|
|
169
|
-
|
|
170
|
-
- upgrade to capacitor 5
|
|
171
|
-
|
|
172
|
-
### Features
|
|
173
|
-
|
|
174
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
175
|
-
|
|
176
|
-
### Bug Fixes
|
|
177
|
-
|
|
178
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
179
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
180
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
181
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
182
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
183
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
184
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
185
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
186
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
187
|
-
|
|
188
|
-
## [10.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v10.0.0) (2023-05-29)
|
|
189
|
-
|
|
190
|
-
### ⚠ BREAKING CHANGES
|
|
191
|
-
|
|
192
|
-
- upgrade to capacitor 5
|
|
193
|
-
|
|
194
|
-
### Features
|
|
195
|
-
|
|
196
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
201
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
202
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
|
|
203
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
204
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
205
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
206
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
207
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
208
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
209
|
-
|
|
210
|
-
## [9.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v9.0.0) (2023-05-23)
|
|
211
|
-
|
|
212
|
-
### ⚠ BREAKING CHANGES
|
|
213
|
-
|
|
214
|
-
- upgrade to capacitor 5
|
|
215
|
-
|
|
216
|
-
### Features
|
|
217
|
-
|
|
218
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
223
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
224
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
225
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
226
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
227
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
228
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
229
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
230
|
-
|
|
231
|
-
## [8.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v8.0.0) (2023-05-23)
|
|
232
|
-
|
|
233
|
-
### ⚠ BREAKING CHANGES
|
|
234
|
-
|
|
235
|
-
- upgrade to capacitor 5
|
|
236
|
-
|
|
237
|
-
### Features
|
|
238
|
-
|
|
239
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
244
|
-
- **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
|
|
245
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
246
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
247
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
248
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
249
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
250
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
251
|
-
|
|
252
|
-
## [7.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v7.0.0) (2023-05-22)
|
|
253
|
-
|
|
254
|
-
### ⚠ BREAKING CHANGES
|
|
255
|
-
|
|
256
|
-
- upgrade to capacitor 5
|
|
257
|
-
|
|
258
|
-
### Features
|
|
259
|
-
|
|
260
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
265
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
266
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
267
|
-
- lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
|
|
268
|
-
- pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
|
|
269
|
-
- remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
|
|
270
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
271
|
-
|
|
272
|
-
## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-05-22)
|
|
273
|
-
|
|
274
|
-
### ⚠ BREAKING CHANGES
|
|
275
|
-
|
|
276
|
-
- upgrade to capacitor 5
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
285
|
-
- lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
|
|
286
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
287
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
288
|
-
|
|
289
|
-
## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-05-22)
|
|
290
|
-
|
|
291
|
-
### ⚠ BREAKING CHANGES
|
|
292
|
-
|
|
293
|
-
- upgrade to capacitor 5
|
|
294
|
-
|
|
295
|
-
### Features
|
|
296
|
-
|
|
297
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
298
|
-
|
|
299
|
-
### Bug Fixes
|
|
300
|
-
|
|
301
|
-
- ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
|
|
302
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
303
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
304
|
-
|
|
305
|
-
## [4.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v4.0.0) (2023-05-22)
|
|
306
|
-
|
|
307
|
-
### ⚠ BREAKING CHANGES
|
|
308
|
-
|
|
309
|
-
- upgrade to capacitor 5
|
|
310
|
-
|
|
311
|
-
### Features
|
|
312
|
-
|
|
313
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
314
|
-
|
|
315
|
-
### Bug Fixes
|
|
316
|
-
|
|
317
|
-
- lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
|
|
318
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
319
|
-
|
|
320
|
-
## [3.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v3.0.0) (2023-05-22)
|
|
321
|
-
|
|
322
|
-
### ⚠ BREAKING CHANGES
|
|
323
|
-
|
|
324
|
-
- upgrade to capacitor 5
|
|
325
|
-
|
|
326
|
-
### Features
|
|
327
|
-
|
|
328
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
329
|
-
|
|
330
|
-
### Bug Fixes
|
|
331
|
-
|
|
332
|
-
- update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
|
|
333
|
-
|
|
334
|
-
## [2.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v2.0.0) (2023-05-22)
|
|
335
|
-
|
|
336
|
-
### ⚠ BREAKING CHANGES
|
|
337
|
-
|
|
338
|
-
- upgrade to capacitor 5
|
|
339
|
-
|
|
340
|
-
### Features
|
|
341
|
-
|
|
342
|
-
- upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
|
|
343
|
-
|
|
344
|
-
### [1.1.36](https://github.com/riderx/native-market/compare/v1.1.35...v1.1.36) (2023-05-22)
|
|
345
|
-
|
|
346
|
-
### [1.1.35](https://github.com/riderx/native-market/compare/v1.1.34...v1.1.35) (2023-05-22)
|
|
347
|
-
|
|
348
|
-
### [1.1.34](https://github.com/riderx/native-market/compare/v1.1.33...v1.1.34) (2023-05-15)
|
|
349
|
-
|
|
350
|
-
### [1.1.33](https://github.com/riderx/native-market/compare/v1.1.32...v1.1.33) (2023-05-01)
|
|
351
|
-
|
|
352
|
-
### [1.1.32](https://github.com/riderx/native-market/compare/v1.1.31...v1.1.32) (2023-04-26)
|
|
353
|
-
|
|
354
|
-
### Bug Fixes
|
|
355
|
-
|
|
356
|
-
- use https ([3aa12dd](https://github.com/riderx/native-market/commit/3aa12dd6fdc768752ff5f6b25722f97aabd561a3))
|
|
357
|
-
|
|
358
|
-
### [1.1.31](https://github.com/riderx/native-market/compare/v1.1.30...v1.1.31) (2023-04-24)
|
|
359
|
-
|
|
360
|
-
### [1.1.30](https://github.com/riderx/native-market/compare/v1.1.29...v1.1.30) (2023-04-17)
|
|
361
|
-
|
|
362
|
-
### [1.1.29](https://github.com/riderx/native-market/compare/v1.1.28...v1.1.29) (2023-04-10)
|
|
363
|
-
|
|
364
|
-
### [1.1.28](https://github.com/riderx/native-market/compare/v1.1.27...v1.1.28) (2023-04-03)
|
|
365
|
-
|
|
366
|
-
### [1.1.27](https://github.com/riderx/native-market/compare/v1.1.26...v1.1.27) (2023-03-27)
|
|
367
|
-
|
|
368
|
-
### [1.1.26](https://github.com/riderx/native-market/compare/v1.1.25...v1.1.26) (2023-03-20)
|
|
369
|
-
|
|
370
|
-
### [1.1.25](https://github.com/riderx/native-market/compare/v1.1.24...v1.1.25) (2023-03-06)
|
|
371
|
-
|
|
372
|
-
### [1.1.24](https://github.com/riderx/native-market/compare/v1.1.23...v1.1.24) (2023-02-27)
|
|
373
|
-
|
|
374
|
-
### [1.1.23](https://github.com/riderx/native-market/compare/v1.1.22...v1.1.23) (2023-02-27)
|
|
375
|
-
|
|
376
|
-
### [1.1.22](https://github.com/riderx/native-market/compare/v1.1.21...v1.1.22) (2023-02-20)
|
|
377
|
-
|
|
378
|
-
### [1.1.21](https://github.com/riderx/native-market/compare/v1.1.20...v1.1.21) (2023-02-13)
|
|
379
|
-
|
|
380
|
-
### [1.1.20](https://github.com/riderx/native-market/compare/v1.1.19...v1.1.20) (2023-02-06)
|
|
381
|
-
|
|
382
|
-
### [1.1.19](https://github.com/riderx/native-market/compare/v1.1.18...v1.1.19) (2023-01-30)
|
|
383
|
-
|
|
384
|
-
### [1.1.18](https://github.com/riderx/native-market/compare/v1.1.17...v1.1.18) (2023-01-09)
|
|
385
|
-
|
|
386
|
-
### [1.1.17](https://github.com/riderx/native-market/compare/v1.1.16...v1.1.17) (2023-01-04)
|
|
387
|
-
|
|
388
|
-
### Bug Fixes
|
|
389
|
-
|
|
390
|
-
- use pnpm instead of npm ([97219f2](https://github.com/riderx/native-market/commit/97219f23b1bd9287e6bc93ba8115e39084759a7c))
|
|
391
|
-
|
|
392
|
-
### [1.1.16](https://github.com/riderx/native-market/compare/v1.1.15...v1.1.16) (2023-01-04)
|
|
393
|
-
|
|
394
|
-
### [1.1.15](https://github.com/riderx/native-market/compare/v1.1.14...v1.1.15) (2023-01-04)
|
|
395
|
-
|
|
396
|
-
### [1.1.14](https://github.com/riderx/native-market/compare/v1.1.13...v1.1.14) (2023-01-04)
|
|
397
|
-
|
|
398
|
-
### [1.1.13](https://github.com/riderx/native-market/compare/v1.1.12...v1.1.13) (2022-12-26)
|
|
399
|
-
|
|
400
|
-
### [1.1.12](https://github.com/riderx/native-market/compare/v1.1.11...v1.1.12) (2022-12-15)
|
|
401
|
-
|
|
402
|
-
### [1.1.11](https://github.com/riderx/native-market/compare/v1.1.10...v1.1.11) (2022-12-12)
|
|
403
|
-
|
|
404
|
-
### [1.1.10](https://github.com/riderx/native-market/compare/v1.1.9...v1.1.10) (2022-12-03)
|
|
405
|
-
|
|
406
|
-
### [1.1.9](https://github.com/riderx/native-market/compare/v1.1.8...v1.1.9) (2022-12-03)
|
|
407
|
-
|
|
408
|
-
### [1.1.8](https://github.com/riderx/native-market/compare/v1.1.7...v1.1.8) (2022-11-30)
|
|
409
|
-
|
|
410
|
-
### [1.1.7](https://github.com/riderx/native-market/compare/v1.1.6...v1.1.7) (2022-11-24)
|
|
411
|
-
|
|
412
|
-
### [1.1.6](https://github.com/riderx/native-market/compare/v1.1.5...v1.1.6) (2022-11-22)
|
|
413
|
-
|
|
414
|
-
### [1.1.5](https://github.com/riderx/native-market/compare/v1.1.4...v1.1.5) (2022-11-22)
|
|
415
|
-
|
|
416
|
-
### Bug Fixes
|
|
417
|
-
|
|
418
|
-
- **deps:** update dependency com.android.tools.build:gradle to v7.3.1 ([c1a7d2a](https://github.com/riderx/native-market/commit/c1a7d2a7c7acb330ae6e6b028cd54559eed3adec))
|
|
419
|
-
|
|
420
|
-
### [1.1.4](https://github.com/riderx/native-market/compare/v1.1.3...v1.1.4) (2022-11-22)
|
|
421
|
-
|
|
422
|
-
### [1.1.3](https://github.com/riderx/native-market/compare/v1.1.2...v1.1.3) (2022-11-22)
|
|
423
|
-
|
|
424
|
-
### [1.1.2](https://github.com/riderx/native-market/compare/v1.1.1...v1.1.2) (2022-11-11)
|
|
425
|
-
|
|
426
|
-
### Bug Fixes
|
|
427
|
-
|
|
428
|
-
- lint issue ([e7ccc1f](https://github.com/riderx/native-market/commit/e7ccc1faad0365faa9e841b035b070065ffbbae3))
|
|
429
|
-
|
|
430
|
-
### [1.1.1](https://github.com/riderx/native-market/compare/v1.1.0...v1.1.1) (2022-11-11)
|
|
431
|
-
|
|
432
|
-
### Bug Fixes
|
|
433
|
-
|
|
434
|
-
- build ([8dd9629](https://github.com/riderx/native-market/commit/8dd962926fc81899907e5fed351ecb9455b6ae18))
|
|
435
|
-
|
|
436
|
-
## [1.1.0](https://github.com/riderx/native-market/compare/v1.0.12...v1.1.0) (2022-11-11)
|
|
437
|
-
|
|
438
|
-
### Features
|
|
439
|
-
|
|
440
|
-
- add ci to build native ([52ba907](https://github.com/riderx/native-market/commit/52ba90783767f703d1bbc8072966216f55843ecd))
|
|
441
|
-
|
|
442
|
-
### [1.0.12](https://github.com/riderx/native-market/compare/v1.0.11...v1.0.12) (2022-11-11)
|
|
443
|
-
|
|
444
|
-
### Bug Fixes
|
|
445
|
-
|
|
446
|
-
- ios openStoreListing ([3a70a71](https://github.com/riderx/native-market/commit/3a70a7149a21c2c5a727d081473b1c37bb6a5b2e))
|
|
447
|
-
|
|
448
|
-
### [1.0.11](https://github.com/riderx/native-market/compare/v1.0.10...v1.0.11) (2022-11-10)
|
|
449
|
-
|
|
450
|
-
### Bug Fixes
|
|
451
|
-
|
|
452
|
-
- update dependency ([9133f99](https://github.com/riderx/native-market/commit/9133f996996c4229117f790ba62c4322e48147f0))
|
|
453
|
-
|
|
454
|
-
### [1.0.10](https://github.com/riderx/native-market/compare/v1.0.9...v1.0.10) (2022-11-10)
|
|
455
|
-
|
|
456
|
-
### Bug Fixes
|
|
457
|
-
|
|
458
|
-
- app store appID ([08e44b3](https://github.com/riderx/native-market/commit/08e44b359b312e1c98110e13447263dbc5721fc3))
|
|
459
|
-
|
|
460
|
-
### [1.0.9](https://github.com/riderx/native-market/compare/v1.0.8...v1.0.9) (2022-08-29)
|
|
461
|
-
|
|
462
|
-
### [1.0.8](https://github.com/riderx/native-market/compare/v1.0.7...v1.0.8) (2022-08-21)
|
|
463
|
-
|
|
464
|
-
### Bug Fixes
|
|
465
|
-
|
|
466
|
-
- readme ([7dfac5b](https://github.com/riderx/native-market/commit/7dfac5b558c6373b980d3288793920bac41d9a25))
|
|
467
|
-
|
|
468
|
-
### [1.0.7](https://github.com/riderx/native-market/compare/v1.0.6...v1.0.7) (2022-08-01)
|
|
469
|
-
|
|
470
|
-
### Bug Fixes
|
|
471
|
-
|
|
472
|
-
- deprecated ([8819e5a](https://github.com/riderx/native-market/commit/8819e5a3e0e651902230b445d8f7eaf606dfa731))
|
|
473
|
-
|
|
474
|
-
### [1.0.6](https://github.com/riderx/native-market/compare/v1.0.5...v1.0.6) (2022-07-31)
|
|
475
|
-
|
|
476
|
-
### Bug Fixes
|
|
477
|
-
|
|
478
|
-
- missing file after rename ([c07f681](https://github.com/riderx/native-market/commit/c07f681ecf621563d1637658aa0b6534785c1308))
|
|
479
|
-
|
|
480
|
-
### [1.0.5](https://github.com/riderx/native-market/compare/v1.0.4...v1.0.5) (2022-07-28)
|
|
481
|
-
|
|
482
|
-
### Bug Fixes
|
|
483
|
-
|
|
484
|
-
- issue after renaming ([221e1ac](https://github.com/riderx/native-market/commit/221e1ac29d812f00eae8edae97e3eeb8158556d7))
|
|
485
|
-
|
|
486
|
-
### [1.0.4](https://github.com/riderx/native-market/compare/v1.0.3...v1.0.4) (2022-07-24)
|
|
487
|
-
|
|
488
|
-
### Bug Fixes
|
|
489
|
-
|
|
490
|
-
- org ([cbd1e6a](https://github.com/riderx/native-market/commit/cbd1e6a246b6c5cb2ec263b478d21dc6f1ee76f7))
|
|
491
|
-
|
|
492
|
-
### [1.0.3](https://github.com/riderx/native-market/compare/v1.0.2...v1.0.3) (2022-07-24)
|
|
493
|
-
|
|
494
|
-
### Bug Fixes
|
|
495
|
-
|
|
496
|
-
- cannot use normal token ([0b4e158](https://github.com/riderx/native-market/commit/0b4e1587e2498eae149b6aa2d700f1a7636234ea))
|
|
497
|
-
|
|
498
|
-
### 1.0.2 (2022-07-24)
|
|
499
|
-
|
|
500
|
-
### Bug Fixes
|
|
501
|
-
|
|
502
|
-
- add ci and change org ([44a2b73](https://github.com/riderx/native-market/commit/44a2b731998baef852ab53312f64eb74990aa1c7))
|
|
503
|
-
- podcast issue and upgrade deps ([df9a5b6](https://github.com/riderx/native-market/commit/df9a5b6fbca5cbc06cfe092207bcffabb85ce567))
|
|
504
|
-
- readme and deploy ([f8a28f3](https://github.com/riderx/native-market/commit/f8a28f35085449763f25df0b9f0001537ae25839))
|
|
505
|
-
- test ci ([33a0e03](https://github.com/riderx/native-market/commit/33a0e03f9d9ebebdbe8298615a8abb17c02e5bb5))
|
|
506
|
-
- use new token to push ([b8c6895](https://github.com/riderx/native-market/commit/b8c6895784d48f652bc7c214bbe26ae4154b2dcf))
|
package/PLUGIN_AUTHOR_README.md
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# For authors of this plugin from the Capacitor core team
|
|
2
|
-
|
|
3
|
-
This is a welcome message to all new plugin authors in the Capacitor Community organization. After reading and acting on this feel free to delete it from the repo.
|
|
4
|
-
|
|
5
|
-
First of all, welcome! We look forward to having your awesome plugin and contributions in this organization and are available for help if need be (easiest way is to ping one of us on Twitter).
|
|
6
|
-
|
|
7
|
-
## Registring with the Capacitor team
|
|
8
|
-
|
|
9
|
-
Before following any of the steps below, make sure you have been granted access to the `capacitor-community` GitHub org and `@capacitor-community` npm scope.
|
|
10
|
-
|
|
11
|
-
## Project Setup
|
|
12
|
-
|
|
13
|
-
One of the goals of the Capacitor Community initiative is to have a set of github repos that follow a set of conventions around READMES, package naming
|
|
14
|
-
|
|
15
|
-
### Getting Started
|
|
16
|
-
|
|
17
|
-
When starting a new repo in the `capacitor-community` org, make sure to select using the `capacitor-community/.github` template repo for your new project. This will pre-populate your project with a set of ready to go housekeeping items.
|
|
18
|
-
|
|
19
|
-
### License
|
|
20
|
-
|
|
21
|
-
We _strongly_ encourage your project use the MIT license. Apache 2 is also acceptable. Any other license must be approved with the Capacitor core team in advance to avoid licensing surprises.
|
|
22
|
-
|
|
23
|
-
Your next step after creating the project should be to update the `LICENSE` file and fill in the correct year and copyright holder information.
|
|
24
|
-
|
|
25
|
-
### README format
|
|
26
|
-
|
|
27
|
-
### Package Naming
|
|
28
|
-
|
|
29
|
-
Packages should be named as simply as possible, without any `capacitor` or `plugin` words in the package name itself. Packages must be published in the `@capacitor-community` npm scope.
|
|
30
|
-
|
|
31
|
-
For example, a Google Maps plugin would be published under `@capacitor-community/google-maps`.
|
|
32
|
-
|
|
33
|
-
### Publishing
|
|
34
|
-
|
|
35
|
-
Projects should use the `np` package for publishing which will correctly update tags and manage the entire publish process.
|
|
36
|
-
|
|
37
|
-
### Changelogs
|
|
38
|
-
|
|
39
|
-
Projects should follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) process (more info soon)
|
|
40
|
-
|
|
41
|
-
### Recognizing Contributors
|
|
42
|
-
|
|
43
|
-
Recognizing contributors is important. Every project in the `capacitor-community` GitHub org is automatically set up to use [All Contributors](https://allcontributors.org/) and maintainers should recognize any community members that contribute by following the [All Contributors usage guide](https://allcontributors.org/docs/en/bot/usage).
|
|
44
|
-
|
|
45
|
-
### Code Formatting
|
|
46
|
-
|
|
47
|
-
Capacitor uses a slightly less conventional code style for iOS and Android. The main differences are using two spaces and curly braces opening on the same line. Please adjust your editor settings or use a code formatter. In the future we will distribute a prettier config to make this easier.
|
|
48
|
-
|
|
49
|
-
### Where to get help
|
|
50
|
-
|
|
51
|
-
While the Capacitor Community organization is a community-driven environment, it is facilitated by the core Capacitor team at Ionic. If you are ever in need of help, don't hesitate to tweet at one of us or send us an email, especially to Max (Ionic CEO): [@maxlynch on Twitter](https://twitter.com/maxlynch).
|
package/android/.classpath
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<classpath>
|
|
3
|
-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
|
|
4
|
-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
5
|
-
<classpathentry kind="output" path="bin/default"/>
|
|
6
|
-
</classpath>
|
|
Binary file
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# Project-wide Gradle settings.
|
|
2
|
-
|
|
3
|
-
# IDE (e.g. Android Studio) users:
|
|
4
|
-
# Gradle settings configured through the IDE *will override*
|
|
5
|
-
# any settings specified in this file.
|
|
6
|
-
|
|
7
|
-
# For more details on how to configure your build environment visit
|
|
8
|
-
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
9
|
-
|
|
10
|
-
# Specifies the JVM arguments used for the daemon process.
|
|
11
|
-
# The setting is particularly useful for tweaking memory settings.
|
|
12
|
-
org.gradle.jvmargs=-Xmx1536m
|
|
13
|
-
|
|
14
|
-
# When configured, Gradle will run in incubating parallel mode.
|
|
15
|
-
# This option should only be used with decoupled projects. More details, visit
|
|
16
|
-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
17
|
-
# org.gradle.parallel=true
|
|
18
|
-
|
|
19
|
-
# Supports AndroidX
|
|
20
|
-
android.useAndroidX=true
|