Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Sep 11, 2016
1 parent a9e4fe2 commit 72a1389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "info.dvkr.screenstream"
minSdkVersion 21
targetSdkVersion 24
versionCode 11
versionName "1.1.4"
versionCode 12
versionName "1.1.5"
resConfigs "en", "ru"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package info.dvkr.screenstream.data;

public class BusMessages {
public final class BusMessages {
public static final String MESSAGE_ACTION_STREAMING_TRY_START = "MESSAGE_ACTION_STREAMING_TRY_START";
public static final String MESSAGE_ACTION_STREAMING_START = "MESSAGE_ACTION_STREAMING_START";
public static final String MESSAGE_ACTION_STREAMING_STOP = "MESSAGE_ACTION_STREAMING_STOP";
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
# When configured, Gradle will run in incubating parallel mode.
# 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
# org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m

0 comments on commit 72a1389

Please sign in to comment.