Skip to content

Commit

Permalink
improve android
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Sep 15, 2023
1 parent a1fb1e7 commit 973e508
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/plugins/Facebook/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import com.Mengine.Utils

apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

def MENGINE_APP_PLUGIN_FIREBASE_MESSAGING = Utils.existAppPlugin(project, "MENGINE_APP_PLUGIN_FIREBASE_MESSAGING")

Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/FirebaseAnalytics/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/Firebase/firebase.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.FirebaseAnalytics"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/FirebaseCrashlytics/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/Firebase/firebase.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.FirebaseCrashlytics"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/FirebasePerformanceMonitoring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/Firebase/firebase.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.FirebasePerformanceMonitoring"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/GoogleGameSocial/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.GoogleGameSocial"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/GoogleInAppReviews/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.GoogleInAppReviews"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/GooglePlayBilling/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

android {
namespace "org.Mengine.Plugin.GooglePlayBilling"
Expand Down
1 change: 1 addition & 0 deletions gradle/plugins/Sentry/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: rootProject.projectDir.getAbsolutePath() + '/plugins/plugin.gradle'
apply from: rootProject.projectDir.getAbsolutePath() + '/gms.gradle'

buildscript {
repositories {
Expand Down

0 comments on commit 973e508

Please sign in to comment.