Skip to content

Commit

Permalink
-Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinlouistoledo committed Mar 12, 2018
1 parent 06c02f3 commit 7a509ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions petsa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publishing {

def packageName = 'me.darwinlouistoledo'
def artifactName = 'petsa'
def libraryVersion = '1.0'
def libraryVersion = '1.1'
def outputAAR = ("$buildDir/outputs/aar/${project.getName()}-release.aar")

publications {
Expand All @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -55,7 +55,7 @@ ext {

publishedGroupId = 'me.darwinlouistoledo' //aaaa : the librairy group
artifact = 'petsa' //BBBB : the library name
libraryVersion = "1.0" //the librairy version
libraryVersion = "1.1" //the librairy version

//the library will be : aaaa:BBBB:version

Expand Down

0 comments on commit 7a509ad

Please sign in to comment.