Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
n3alz committed Feb 18, 2021
1 parent 02c1958 commit 09e060c
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 @@ -13,9 +13,9 @@ android {
defaultConfig {
applicationId "com.uplexa.androidminer"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 28
versionCode 4
versionName "4.0"
versionName "4.1"
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = false
Expand Down

0 comments on commit 09e060c

Please sign in to comment.