Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjn committed Feb 2, 2019
1 parent 2d94f30 commit c3a3101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CardForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'

version '4.0.0-SNAPSHOT'
version '4.0.0'

android {
compileSdkVersion 28
Expand All @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 43
versionCode 44
versionName version

consumerProguardFiles 'proguard.cfg'
Expand Down

0 comments on commit c3a3101

Please sign in to comment.