gradle check

This commit is contained in:
feruz 2021-07-29 15:15:10 +03:00
parent 861bcd7819
commit 6b51a11d13
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services'
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
apply plugin: "com.bugsnag.android.gradle"
import com.android.build.OutputFile
@ -242,7 +243,6 @@ task copyDownloadableDepsToLibs(type: Copy) {
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle"
bugsnag {

View File

@ -29,7 +29,7 @@ buildscript {
dependencies {
classpath('com.android.tools.build:gradle:4.0.1')
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+'
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

View File

@ -408,7 +408,7 @@
"qoutaExceeded": "Upload quota exceeded",
"invalidImage": "Invalid image, try different file",
"something_wrong": "Something went wrong.",
"something_wrong_alt": "If issue persist, try https://ecency.com website from your mobile browser!",
"something_wrong_alt": "If issue persist, try Ecency.com from your mobile browser!",
"something_wrong_reload": "Reload",
"can_not_be_empty": "Title and body can not be empty!",
"wrong_filter_count":"Please select 3 filters"