Skip to content

Commit 72a1389

Browse files
committedSep 11, 2016
Prepare for release
1 parent a9e4fe2 commit 72a1389

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "info.dvkr.screenstream"
88
minSdkVersion 21
99
targetSdkVersion 24
10-
versionCode 11
11-
versionName "1.1.4"
10+
versionCode 12
11+
versionName "1.1.5"
1212
resConfigs "en", "ru"
1313
}
1414

‎app/src/main/java/info/dvkr/screenstream/data/BusMessages.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package info.dvkr.screenstream.data;
22

3-
public class BusMessages {
3+
public final class BusMessages {
44
public static final String MESSAGE_ACTION_STREAMING_TRY_START = "MESSAGE_ACTION_STREAMING_TRY_START";
55
public static final String MESSAGE_ACTION_STREAMING_START = "MESSAGE_ACTION_STREAMING_START";
66
public static final String MESSAGE_ACTION_STREAMING_STOP = "MESSAGE_ACTION_STREAMING_STOP";

‎gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
# When configured, Gradle will run in incubating parallel mode.
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
18-
# org.gradle.parallel=true
18+
# org.gradle.parallel=true
19+
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m

0 commit comments

Comments
 (0)
Failed to load comments.