mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
gradle check
This commit is contained in:
parent
861bcd7819
commit
6b51a11d13
@ -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 {
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user