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

Commit

Permalink
Increased versionCode to 2, versionName to 1.1.8, Maven version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vovahost authored and johsoe committed May 9, 2018
1 parent ed04a47 commit 4509063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.1.7"
versionCode 2
versionName "1.1.8"
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 = '1.1.7'
def _version = '1.1.8'
def _archivesBaseName = 'base'

def _name = 'Nodes Architecture Library'
Expand Down

0 comments on commit 4509063

Please sign in to comment.