aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 7 insertions, 11 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1899058e..c8d46967 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'
-apply plugin: 'com.bugsnag.android.gradle'
+//apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
-apply plugin: 'com.getkeepsafe.dexcount'
+//apply plugin: 'com.getkeepsafe.dexcount'
apply plugin: 'com.gladed.androidgitversion'
@@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
- versionCode 2040500
-// versionCode androidGitVersion.code()
- versionName '2.4.5'
-// versionName androidGitVersion.name()
+// versionCode 2040500
+ versionCode androidGitVersion.code()
+// versionName '2.4.5'
+ versionName androidGitVersion.name()
if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds
@@ -188,7 +188,7 @@ android {
// Always show the result of every unit test, even if it passes.
all {
testLogging {
- events 'passed', 'skipped', 'failed', 'standardError'
+ events 'skipped', 'failed', 'standardError'
}
}
}
@@ -268,8 +268,6 @@ dependencies {
testImplementation kau.Dependencies.koinTest
androidTestImplementation kau.Dependencies.koinTest
-// androidTestImplementation "io.mockk:mockk:${Versions.mockk}"
-
implementation kau.Dependencies.coroutines
implementation "org.apache.commons:commons-text:${Versions.apacheCommonsText}"
@@ -352,5 +350,3 @@ task createGithubReleaseApk {
tasks.findByName('testGithubReleaseApk').mustRunAfter 'lintGithubReleaseApk'
tasks.findByName('assembleGithubReleaseApk').mustRunAfter 'testGithubReleaseApk'
}
-
-apply plugin: 'com.bugsnag.android.gradle' \ No newline at end of file