From 6772497d145eac96e2ceb7a73a3cbf64e97374db Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 25 Oct 2018 00:16:34 +0300 Subject: [PATCH] added required Android Studio version to readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c102f4b..8d16608f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ been produced using https://github.com/juha-h/libbaresip-android. Before making libbaresip, apply reg.c-patch to re/src/sipreg/reg.c. The patch is needed due to re timer sometimes firing too late. -After cloning the project, in android-studio: +After cloning the project, in Android Studio 3.2.1: - Open an existing Android Studio project @@ -21,5 +21,4 @@ After cloning the project, in android-studio: Available also in Google Play store. -Copyright (c) 2018 TutPro Inc. Distributed under BSD (BSD-3-Clause) license. - +Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.