Skip to content

Commit eae0f50

Browse files
committed
release
1 parent 071f7a6 commit eae0f50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 21
1111
targetSdkVersion 27
1212
versionCode 1
13-
versionName "1.4.0"
13+
versionName "1.4.1"
1414

1515
consumerProguardFiles 'proguard-rules.pro'
1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'com.android.support:cardview-v7:27.1.1'
3636
implementation 'com.android.support:recyclerview-v7:27.1.1'
3737
implementation 'com.android.support:support-v4:27.1.1'
38-
implementation 'commons-lang:commons-lang:2.6'
38+
implementation 'org.apache.commons:commons-lang3:3.8'
3939
testImplementation 'junit:junit:4.12'
4040
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4141
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
@@ -45,7 +45,7 @@ publish {
4545
userOrg = 'kuluna'
4646
groupId = 'jp.kuluna'
4747
artifactId = 'eventgridview'
48-
publishVersion = '1.4.0'
48+
publishVersion = '1.4.1'
4949
desc = 'A day events view. Draggable.'
5050
website = 'https://github.com/kuluna/EventGridView'
5151
}

0 commit comments

Comments
 (0)