Initial commit with empty Android app for java tutorials

This commit is contained in:
Sylvain Berfini
2020-06-04 10:47:16 +02:00
commit 6dbfae4111
30 changed files with 1479 additions and 0 deletions

2
java/settings.gradle Normal file
View File

@@ -0,0 +1,2 @@
include ':app'
rootProject.name = "Linphone SDK Tutorials"