Skip to content

Commit

Permalink
@ehesp/v6/config gms
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Ehesp authored May 21, 2019
1 parent f5d95b9 commit 93c9a17
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 263 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ public Context getContext() {
return context;
}

public Context getApplicationContext() {
return getContext().getApplicationContext();
}

protected ExecutorService getExecutor() {
ExecutorService existingSingleThreadExecutor = executors.get(getName());
if (existingSingleThreadExecutor != null) return existingSingleThreadExecutor;
Expand Down
5 changes: 5 additions & 0 deletions packages/config/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
sourceSets {
main {
java.srcDirs = ['src/main/java', 'src/reactnative/java']
}
}
}

repositories {
Expand Down

This file was deleted.

Loading

0 comments on commit 93c9a17

Please sign in to comment.