File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 8
8
</facet >
9
9
</component >
10
10
<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" />
13
11
<exclude-output />
14
12
<content url =" file://$MODULE_DIR$" >
15
13
<excludeFolder url =" file://$MODULE_DIR$/.gradle" />
Original file line number Diff line number Diff line change 18
18
-----
19
19
Add it to your project using Gradle:
20
20
21
- compile 'com.jmedeisis:draglinearlayout:1.0.0 '
21
+ compile 'com.jmedeisis:draglinearlayout:1.0.1 '
22
22
23
23
The ` DragLinearLayout ` can be used in place of any ` LinearLayout ` . However, by default, children
24
24
will not be draggable. To set an existing ` View ` as draggable, use
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 7
10
10
targetSdkVersion 21
11
11
versionCode 1
12
- versionName " 1.0.0 "
12
+ versionName " 1.0.1 "
13
13
}
14
14
buildTypes {
15
15
release {
@@ -30,7 +30,7 @@ buildscript {
30
30
}
31
31
32
32
dependencies {
33
- classpath ' com.novoda:bintray-release:0.2.5 '
33
+ classpath ' com.novoda:bintray-release:0.2.7 '
34
34
}
35
35
}
36
36
@@ -39,7 +39,7 @@ publish {
39
39
userOrg = ' justasm'
40
40
groupId = ' com.jmedeisis'
41
41
artifactId = ' draglinearlayout'
42
- version = " 1.0.0 "
42
+ version = " 1.0.1 "
43
43
licences = [' MIT' ]
44
44
description = " Android LinearLayout with drag and drop to reorder."
45
45
website = ' https://github.com/justasm/DragLinearLayout'
Original file line number Diff line number Diff line change 62
62
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/java" isTestSource =" true" />
63
63
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/jni" isTestSource =" true" />
64
64
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/rs" isTestSource =" true" />
65
- <excludeFolder url =" file://$MODULE_DIR$/build/docs" />
66
65
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/assets" />
67
66
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/bundles" />
68
67
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/classes" />
82
81
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/res" />
83
82
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
84
83
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
85
- <excludeFolder url =" file://$MODULE_DIR$/build/libs" />
86
84
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
87
- <excludeFolder url =" file://$MODULE_DIR$/build/publications" />
88
85
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
89
86
</content >
90
87
<orderEntry type =" jdk" jdkName =" Android API 21 Platform" jdkType =" Android SDK" />
You can’t perform that action at this time.
0 commit comments