Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Increased version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vovahost authored and johsoe committed Feb 7, 2019
1 parent 7022afb commit 384dbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 6
versionName "2.3.1"
versionName "2.3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/maven-push.gradle
Expand Up @@ -12,7 +12,7 @@ allprojects { ext."signing.password" = System.getenv('password') }

// Artifact settings
def _group = 'dk.nodes.arch'
def _version = '2.3.1'
def _version = '2.3.2'
def _archivesBaseName = 'base'

def _name = 'Nodes Architecture Library'
Expand Down

0 comments on commit 384dbfb

Please sign in to comment.