Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcha committed Nov 10, 2017
1 parent 6047c9f commit cefec80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId packageId
minSdkVersion 14
targetSdkVersion 27
versionCode 10
versionName "2.2.0"
versionCode 11
versionName "2.2.1"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public boolean onTouch(View view, MotionEvent motionEvent) {
onDrag(view, motionEvent, coords[0], coords[1]);
}
return true;

case MotionEvent.ACTION_UP:
if(isMoving) {
isMoving = false;
Expand Down

0 comments on commit cefec80

Please sign in to comment.