Fix README
This commit is contained in:
parent
935f1e1e9f
commit
0d927c973f
4 changed files with 5 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,6 +18,7 @@ core/build/
|
|||
debug/build/
|
||||
experimental/build/
|
||||
extensions/build/
|
||||
gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
store/
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue