Skip to content

Commit

Permalink
bumped up to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kishannareshpal committed Apr 11, 2020
1 parent da7b385 commit dc05cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stateview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

def libVersion = '1.2'
def libVersion = '1.2.1'

publish {
def groupProjectID = 'com.kishannareshpal'
Expand All @@ -26,7 +26,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.2"
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
}
Expand Down

0 comments on commit dc05cbc

Please sign in to comment.