1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-23 03:54:56 +02:00
This commit is contained in:
Gregor Santner 2016-10-14 00:22:08 +02:00
parent d9740d7275
commit 627c996f89
2 changed files with 8 additions and 6 deletions

View file

@ -3,7 +3,7 @@ apply plugin: 'android-apt'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"
defaultConfig {
applicationId "com.github.dfa.diaspora_android"

View file

@ -169,12 +169,14 @@ public class DiasporaPodList implements Iterable<DiasporaPodList.DiasporaPod>, S
this.keepOldNameDuringMerge = keepOldNameDuringMerge;
}
/*
*
*
*
*
* */
*
*
*
*
*
*/
public static class DiasporaPod implements Iterable<DiasporaPodList.DiasporaPod.DiasporaPodUrl>, Comparable<DiasporaPod>, Serializable {
private List<DiasporaPodUrl> podUrls = new ArrayList<>();
private List<String> mainLangs = new ArrayList<>();