Skip to content

Commit

Permalink
Revert "Integrated Android BOM for all SDK wrappers (#413)" (#415)
Browse files Browse the repository at this point in the history
This reverts commit 88e9ad5.
  • Loading branch information
namArora3112 authored Jan 7, 2025
1 parent 3f06794 commit 5b447d8
Show file tree
Hide file tree
Showing 13 changed files with 15,508 additions and 11,388 deletions.
3 changes: 1 addition & 2 deletions packages/assurance/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api 'com.adobe.marketing.mobile:assurance'
api 'com.adobe.marketing.mobile:assurance:3.+'
}
3 changes: 1 addition & 2 deletions packages/campaignclassic/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ repositories {
}

dependencies {
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:campaignclassic"
api "com.adobe.marketing.mobile:campaignclassic:3.+"
implementation "com.facebook.react:react-native:+"
}
9 changes: 4 additions & 5 deletions packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:core"
api "com.adobe.marketing.mobile:signal"
api "com.adobe.marketing.mobile:identity"
api "com.adobe.marketing.mobile:lifecycle"
api "com.adobe.marketing.mobile:core:3.+"
api "com.adobe.marketing.mobile:signal:3.+"
api "com.adobe.marketing.mobile:identity:3.+"
api "com.adobe.marketing.mobile:lifecycle:3.+"
}
3 changes: 1 addition & 2 deletions packages/edge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:edge"
api "com.adobe.marketing.mobile:edge:3.+"
}
4 changes: 1 addition & 3 deletions packages/edgebridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:edgebridge"

api "com.adobe.marketing.mobile:edgebridge:3.+"
}
4 changes: 1 addition & 3 deletions packages/edgeconsent/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:edgeconsent"

api "com.adobe.marketing.mobile:edgeconsent:3.+"
}
3 changes: 1 addition & 2 deletions packages/edgeidentity/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:edgeidentity"
api "com.adobe.marketing.mobile:edgeidentity:3.+"
}
4 changes: 2 additions & 2 deletions packages/messaging/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:messaging"
api "com.adobe.marketing.mobile:messaging:3.+"
implementation "com.facebook.react:react-native:+"
}
3 changes: 1 addition & 2 deletions packages/optimize/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ repositories {
}

dependencies {
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
implementation "com.adobe.marketing.mobile:optimize"
api "com.adobe.marketing.mobile:optimize:3.+"
implementation "com.facebook.react:react-native:+"
}
3 changes: 1 addition & 2 deletions packages/places/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:places"
api "com.adobe.marketing.mobile:places:3.+"
implementation 'com.google.android.gms:play-services-location:16.0.0'
}
3 changes: 1 addition & 2 deletions packages/target/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:target"
api "com.adobe.marketing.mobile:target:3.+"
}
3 changes: 1 addition & 2 deletions packages/userprofile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation platform("com.adobe.marketing.mobile:sdk-bom:3.+")
api "com.adobe.marketing.mobile:userprofile"
api "com.adobe.marketing.mobile:userprofile:3.+"
}
Loading

0 comments on commit 5b447d8

Please sign in to comment.