Skip to content

Commit

Permalink
Release 2019.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Nov 27, 2019
1 parent 6a6aaf3 commit cf2bb0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 23
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 74
versionName "2019.10"
versionCode 75
versionName "2019.11"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down Expand Up @@ -81,6 +81,7 @@ android {

packagingOptions {
exclude "**/publicsuffixes.gz"
exclude "**/NOTICE"
}
}

Expand Down

0 comments on commit cf2bb0e

Please sign in to comment.