Merge branch 'master' into development
This commit is contained in:
commit
1c86098f3b
|
@ -45,8 +45,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 73
|
versionCode 74
|
||||||
versionName "1.4.5"
|
versionName "1.4.6"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
@ -105,6 +105,7 @@ public class DNSHelper {
|
||||||
for(int i = 0; i < response.getAnswers().length; ++i) {
|
for(int i = 0; i < response.getAnswers().length; ++i) {
|
||||||
values.add(createNamePortBundle(host,5222,response.getAnswers()[i].getPayload()));
|
values.add(createNamePortBundle(host,5222,response.getAnswers()[i].getPayload()));
|
||||||
}
|
}
|
||||||
|
values.add(createNamePortBundle(host,5222));
|
||||||
bundle.putParcelableArrayList("values", values);
|
bundle.putParcelableArrayList("values", values);
|
||||||
return bundle;
|
return bundle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue