Skip to content

Commit

Permalink
Release 2020.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 8, 2020
1 parent 996151f commit 944fea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 75
versionName "2019.11"
versionCode 77
versionName "2020.04"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down

0 comments on commit 944fea0

Please sign in to comment.