File tree 3 files changed +4
-4
lines changed
examples/android/telpo_liveness_video_recognition/src/main/res/layout
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
android:id=" @+id/aboutText1"
17
17
android:layout_width=" match_parent"
18
18
android:layout_height=" wrap_content"
19
- android:text=" Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.1 \n"
19
+ android:text=" Video recognition with depth and IR liveness demo for Telpo (v 0.2)\n\nFace SDK version 3.18.2 \n"
20
20
android:layout_below=" @+id/aboutLogo"
21
21
/>
22
22
Original file line number Diff line number Diff line change 11
11
#ifndef FACEREC_LIBFACEREC_H_
12
12
#define FACEREC_LIBFACEREC_H_
13
13
14
- #define LIBFACEREC_VERSION "3.18.01 "
14
+ #define LIBFACEREC_VERSION "3.18.02 "
15
15
16
- #define LIBFACEREC_VERSION_HEX 0x031801
16
+ #define LIBFACEREC_VERSION_HEX 0x031802
17
17
18
18
#include "../pbio/FacerecService.h"
19
19
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
from os import path
3
3
4
- __version__ = '3.18.1 '
4
+ __version__ = '3.18.2 '
5
5
__author__ = '3DiVi'
6
6
__url__ = 'https://face.3divi.com/'
7
7
You can’t perform that action at this time.
0 commit comments