Skip to content

Commit

Permalink
fix: remove deprecated kahuna kit for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchuangatmp authored and willpassidomo committed Jun 22, 2021
1 parent 4158724 commit 9defb08
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "kits/kochava-kit"]
path = kits/kochava-kit
url = [email protected]:mParticle-integrations/mparticle-android-integration-kochava.git
[submodule "kits/kahuna-kit"]
path = kits/kahuna-kit
url = [email protected]:mParticle-integrations/mparticle-android-integration-kahuna.git
[submodule "kits/flurry-kit"]
path = kits/flurry-kit
url = [email protected]:mParticle-integrations/mparticle-android-integration-flurry.git
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Kit | Maven Artifact
[ForeSee](https:/mparticle-integrations/mparticle-android-integration-foresee) | [`android-foresee-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-foresee-kit%22)
[Google Analytics for Firebase](https:/mparticle-integrations/mparticle-android-integration-googleanalyticsfirebase) | [`android-googleanalyticsfirebase-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-firebaseanalytics-kit%22)
[Iterable](https:/mparticle-integrations/mparticle-android-integration-iterable) | [`android-iterable-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-iterable-kit%22)
[Kahuna](https:/mparticle-integrations/mparticle-android-integration-kahuna) | [`android-kahuna-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-kahuna-kit%22)
[Kochava](https:/mparticle-integrations/mparticle-android-integration-kochava) | [`android-kochava-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-kochava-kit%22)
[Leanplum](https:/mparticle-integrations/mparticle-android-integration-leanplum) | [`android-leanplum-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-leanplum-kit%22)
[Localytics](https:/mparticle-integrations/mparticle-android-integration-localytics) | [`android-localytics-kit`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mparticle%22%20AND%20a%3A%22android-localytics-kit%22)
Expand Down
1 change: 0 additions & 1 deletion android-core/src/main/java/com/mparticle/MParticle.java
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,6 @@ public interface ServiceProviders {
int TUNE = 32;
int KOCHAVA = 37;
int COMSCORE = 39;
int KAHUNA = 56;
int FORESEE_ID = 64;
int ADJUST = 68;
int BRANCH_METRICS = 80;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ protected Map<Integer, String> getKnownIntegrations() {
kits.put(MParticle.ServiceProviders.APPBOY, "com.mparticle.kits.AppboyKit");
kits.put(MParticle.ServiceProviders.BRANCH_METRICS, "com.mparticle.kits.BranchMetricsKit");
kits.put(MParticle.ServiceProviders.COMSCORE, "com.mparticle.kits.ComscoreKit");
kits.put(MParticle.ServiceProviders.KAHUNA, "com.mparticle.kits.KahunaKit");
kits.put(MParticle.ServiceProviders.KOCHAVA, "com.mparticle.kits.KochavaKit");
kits.put(MParticle.ServiceProviders.FORESEE_ID, "com.mparticle.kits.ForeseeKit");
kits.put(MParticle.ServiceProviders.LOCALYTICS, "com.mparticle.kits.LocalyticsKit");
Expand Down
1 change: 0 additions & 1 deletion kits/kahuna-kit
Submodule kahuna-kit deleted from 4ad7d9

0 comments on commit 9defb08

Please sign in to comment.