diff --git a/android/app/build.gradle b/android/app/build.gradle index 8f14f7f589..8a95316f60 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,5 +1,6 @@ plugins { id 'com.gladed.androidgitversion' version '0.4.14' + id "com.guardsquare.appsweep" version "latest.release" } apply plugin: "com.android.application" @@ -296,4 +297,4 @@ dependencies { } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) -apply from: "./eas-build.gradle" \ No newline at end of file +apply from: "./eas-build.gradle"