Fix README

This commit is contained in:
vanitasvitae 2017-04-23 19:45:18 +02:00
parent 935f1e1e9f
commit 0d927c973f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
4 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ core/build/
debug/build/
experimental/build/
extensions/build/
gradle/wrapper/gradle-wrapper.properties
store/

View File

@ -9,6 +9,7 @@ To build it, you must first clone smack-omemo and install it in your local maven
```
git clone git@github.com:vanitasvitae/smack-omemo.git
cd smack-omemo
git checkout 4.2
gradle install
```

View File

@ -1,4 +1,4 @@
#Sat Apr 22 20:58:42 CEST 2017
#Sun Apr 23 19:00:03 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

View File

@ -351,9 +351,7 @@ public class Main {
System.out.println("Query finished");
}
/*else {
else {
if(current != null) {
if(!omemo) {
current.sendMessage(line);
@ -373,7 +371,7 @@ public class Main {
}
else
System.out.println("please open a chat");
}*/
}
}