Skip to content

Commit

Permalink
version bump and small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
XenGi committed Jan 28, 2015
1 parent 5bd5c9c commit 2c34b8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 1
versionName "1.0.0"
versionName "1.1.0"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import android.widget.EditText;
import android.widget.ImageView;
import android.os.Vibrator;
import android.widget.Toast;

import java.io.IOException;
import java.net.DatagramPacket;
Expand Down

0 comments on commit 2c34b8f

Please sign in to comment.