Skip to content

Commit

Permalink
gradle version update
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay2211 committed Jul 28, 2018
1 parent 2a246a0 commit 488079e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.fxn769'
PUBLISH_ARTIFACT_ID = 'pix'
PUBLISH_VERSION = '1.2.3'
PUBLISH_VERSION = '1.2.4'
}
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "1.2.3"
versionName "1.2.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand Down

0 comments on commit 488079e

Please # to comment.