Skip to content

Commit 934a7f7

Browse files
author
atsakiridis
committed
Fixed #256: Fix about commit hash
1 parent 2f42afe commit 934a7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/restcomm-olympus/app/src/main/res/layout/fragment_about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ android:layout_height="wrap_content">
107107
android:layout_marginRight="@dimen/dialog_left_right_margin"
108108
android:layout_marginBottom="4dp"
109109
android:textColor="@color/colorTextSecondary"
110-
android:text="2aafb3389253f6e54774e923ab8ff6ea298e3a0f"
110+
android:text="2f42afe853560eb69be6d3cadd69f11d037ecf20"
111111
android:id="@+id/textView_github_hash_name"
112112
android:layout_gravity="center_horizontal"
113113
android:textSize="@dimen/about_value_font_size" />

restcomm.android.client.sdk/restcomm.android.client.sdk.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id=":restcomm.android.client.sdk" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../Examples/restcomm-helloworld" external.system.id="GRADLE" external.system.module.group="restcomm-helloworld" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id=":restcomm.android.client.sdk" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../Examples/restcomm-olympus" external.system.id="GRADLE" external.system.module.group="restcomm-olympus" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>

0 commit comments

Comments
 (0)