Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 970b004

Browse files
committed
Some bug fixes
1 parent 539d0d5 commit 970b004

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

videoroom/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "solutions.cvs"
1414
minSdkVersion 23
1515
targetSdkVersion 30
16-
versionCode 1
17-
versionName "1.0"
16+
versionCode 3
17+
versionName '0.1.3'
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
}

videoroom/src/main/res/layout/activity_videoroom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:app="http://schemas.android.com/apk/res-auto"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8+
android:keepScreenOn="true"
89
tools:context=".VideoRoomActivity">
910

1011

videoroom/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources>
22
<string name="title_app">Video room</string>
3-
<string name="title_activity_main">MainActivity</string>
3+
<string name="title_activity_main">Cortex Video Services</string>
44
<string name="alt_logo">Logo</string>
55
<string name="i_have_an_account">I have an account</string>
66
<string name="I_have_not_an_account">I have not an account</string>

0 commit comments

Comments
 (0)