Skip to content

Commit dff4b5f

Browse files
committed
Preparing for next development iteration
1 parent 6353e11 commit dff4b5f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
VERSION_NAME=0.2.0
20-
VERSION_CODE=6
19+
VERSION_NAME=0.2.1-SNAPSHOT
20+
VERSION_CODE=7
2121
GROUP=com.52inc
2222

2323
POM_DESCRIPTION=A simple activity that adds sliding functionality to activities to swipe them away

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 15
99
targetSdkVersion 22
10-
versionCode 5
11-
versionName "0.1.5"
10+
versionCode 6
11+
versionName "0.2.0"
1212
}
1313

1414
lintOptions {

library/library.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
8787
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
8888
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
89+
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
90+
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
8991
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9092
</content>
9193
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />

0 commit comments

Comments
 (0)