Skip to content

Commit

Permalink
Set version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Nov 28, 2018
1 parent a1d2398 commit 2db9248
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions serenity-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
//classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.12.0'
classpath "org.jacoco:org.jacoco.core:0.8.2"
}
}
Expand All @@ -34,7 +33,6 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: "kotlin-kapt"
apply plugin: "kotlin-allopen"
//apply plugin: 'com.vanniktech.android.junit.jacoco'
apply plugin: "jacoco"
apply plugin: 'org.sonarqube'
apply plugin: 'com.google.gms.google-services'
Expand All @@ -59,8 +57,8 @@ allOpen {

android {
defaultConfig {
versionCode 2010000
versionName "2.1.0"
versionCode 2000012
versionName "2.0.2"

minSdkVersion 21
targetSdkVersion 28
Expand Down Expand Up @@ -157,15 +155,6 @@ afterEvaluate {
}
}

//junitJacoco {
// jacocoVersion = "0.7.2.201409121644" // type String
// excludes = ["**/*_ViewBinding.class", "**/*InjectAdapter.class", "android/support/**/*.class",
// "com/google/**/*.class", "com/birbit/**/*.class", "butterknife/**/*.class",
// "com/arellomobile/**/*.class", "net/ganin/darv/**/*.class", "**/*ViewStateProvider.class",
// "**/*PresentersBinder.class",
// "us/nineworlds/serenity/R.*.class"]
//}

dependencies {

implementation project(':plexapp-rest-library')
Expand Down

0 comments on commit 2db9248

Please sign in to comment.