Skip to content

Commit

Permalink
Preparing for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Apr 22, 2015
1 parent 6353e11 commit dff4b5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.2.0
VERSION_CODE=6
VERSION_NAME=0.2.1-SNAPSHOT
VERSION_CODE=7
GROUP=com.52inc

POM_DESCRIPTION=A simple activity that adds sliding functionality to activities to swipe them away
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
versionCode 5
versionName "0.1.5"
versionCode 6
versionName "0.2.0"
}

lintOptions {
Expand Down
2 changes: 2 additions & 0 deletions library/library.iml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
Expand Down

0 comments on commit dff4b5f

Please sign in to comment.