Skip to content

Commit c4c9e53

Browse files
committed
Version bump for bugfix. Updated bintray-release helper.
1 parent 8d9fa75 commit c4c9e53

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

DragLinearLayout.iml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
</facet>
99
</component>
1010
<component name="NewModuleRootManager" inherit-compiler-output="true">
11-
<output url="file://$MODULE_DIR$/build/classes/main" />
12-
<output-test url="file://$MODULE_DIR$/build/classes/test" />
1311
<exclude-output />
1412
<content url="file://$MODULE_DIR$">
1513
<excludeFolder url="file://$MODULE_DIR$/.gradle" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage
1818
-----
1919
Add it to your project using Gradle:
2020

21-
compile 'com.jmedeisis:draglinearlayout:1.0.0'
21+
compile 'com.jmedeisis:draglinearlayout:1.0.1'
2222

2323
The `DragLinearLayout` can be used in place of any `LinearLayout`. However, by default, children
2424
will not be draggable. To set an existing `View` as draggable, use

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 7
1010
targetSdkVersion 21
1111
versionCode 1
12-
versionName "1.0.0"
12+
versionName "1.0.1"
1313
}
1414
buildTypes {
1515
release {
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131

3232
dependencies {
33-
classpath 'com.novoda:bintray-release:0.2.5'
33+
classpath 'com.novoda:bintray-release:0.2.7'
3434
}
3535
}
3636

@@ -39,7 +39,7 @@ publish {
3939
userOrg = 'justasm'
4040
groupId = 'com.jmedeisis'
4141
artifactId = 'draglinearlayout'
42-
version = "1.0.0"
42+
version = "1.0.1"
4343
licences = ['MIT']
4444
description = "Android LinearLayout with drag and drop to reorder."
4545
website = 'https://github.com/justasm/DragLinearLayout'

library/library.iml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
6363
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
6464
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
65-
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
6665
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
6766
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
6867
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
@@ -82,9 +81,7 @@
8281
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
8382
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
8483
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
85-
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
8684
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
87-
<excludeFolder url="file://$MODULE_DIR$/build/publications" />
8885
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8986
</content>
9087
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />

0 commit comments

Comments
 (0)