Skip to content

Commit

Permalink
Merge pull request #5 from bl00dymarie/Chore/remove-more-google
Browse files Browse the repository at this point in the history
Remove more google
  • Loading branch information
bl00dymarie authored Dec 12, 2023
2 parents b7f4ff9 + c36ead6 commit fac4ff3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
Expand All @@ -12,7 +11,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ private Bundle getBundleFromIntent(Intent intent) {
Bundle bundle = null;
if (intent.hasExtra("notification")) {
bundle = intent.getBundleExtra("notification");
} else if (intent.hasExtra("google.message_id")) {
bundle = new Bundle();

bundle.putBundle("data", intent.getExtras());
}

if (bundle == null) {
Expand Down
2 changes: 0 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ dependencies {
}
}

apply plugin: 'com.google.gms.google-services'

// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
Expand Down
3 changes: 0 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ buildscript {
targetSdkVersion = 28
}
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")

classpath('com.google.gms:google-services:4.3.3')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -32,7 +30,6 @@ allprojects {
url("$rootDir/../node_modules/jsc-android/dist")
}

google()
jcenter()
maven { url 'https://www.jitpack.io' }
}
Expand Down

0 comments on commit fac4ff3

Please sign in to comment.