Commit 0ced357
authored
feat: add Kotlin sample apps for all integrated kits (#724)
* feat(kits): add Kotlin sample apps for all integrated kits
Replicate the Adjust example-app pattern across every kit in
settings-kits.gradle, wire them in settings-kit-examples.gradle and
kits/matrix.json, and add a generator script. Skip CI example builds for
kits that need custom Maven repos or AGP 8.6+.
* fix(kits): enable vendor Maven repos in sample app builds
Add kit-specific repositories and multidex to example apps that need
vendor Maven resolution, and drop skip_example_builds for those kits.1 parent a45f0af commit 0ced357
233 files changed
Lines changed: 3465 additions & 3 deletions
File tree
- kits
- adjust/adjust-5/example/example-kotlin
- adobemedia/adobemedia-5/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/adobemedia/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- adobe/adobe-5/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/adobe/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- appsflyer/appsflyer-6/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/appsflyer/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- apptentive/apptentive-6/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/apptentive/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- apptimize/apptimize-3/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/apptimize/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- branch/branch-5/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/branch/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- braze
- braze-38/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/braze/braze38/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- braze-39/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/braze/braze39/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- braze-40/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/braze/braze40/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- braze-41/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/braze/braze41/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- clevertap/clevertap-7/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/clevertap/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- comscore/comscore-6/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/comscore/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- ga4/ga4-23/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/ga4/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- ga/ga-23/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/ga/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- iterable/iterable-3/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/iterable/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- kochava/kochava-5/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/kochava/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- leanplum/leanplum-7/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/leanplum/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- localytics/localytics-6/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/localytics/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- onetrust/onetrust/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/onetrust/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- optimizely/optimizely-3/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/optimizely/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- radar/radar-3/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/radar/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- rokt/rokt/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/rokt/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- singular/singular-12/example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/singular/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments