3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " info.dvkr.screenstream"
8
8
minSdkVersion 21
9
9
targetSdkVersion 24
10
- versionCode 11
11
- versionName " 1.1.4 "
10
+ versionCode 12
11
+ versionName " 1.1.5 "
12
12
resConfigs " en" , " ru"
13
13
}
14
14
Original file line number Diff line number Diff line change 1
1
package info .dvkr .screenstream .data ;
2
2
3
- public class BusMessages {
3
+ public final class BusMessages {
4
4
public static final String MESSAGE_ACTION_STREAMING_TRY_START = "MESSAGE_ACTION_STREAMING_TRY_START" ;
5
5
public static final String MESSAGE_ACTION_STREAMING_START = "MESSAGE_ACTION_STREAMING_START" ;
6
6
public static final String MESSAGE_ACTION_STREAMING_STOP = "MESSAGE_ACTION_STREAMING_STOP" ;
Original file line number Diff line number Diff line change 15
15
# When configured, Gradle will run in incubating parallel mode.
16
16
# This option should only be used with decoupled projects. More details, visit
17
17
# 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