group 'de.bitsharesmunich' version '0.1-SNAPSHOT' apply plugin: 'com.android.library' apply from: 'maven-push.gradle' dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile 'com.neovisionaries:nv-websocket-client:1.30' compile 'org.bitcoinj:bitcoinj-core:0.14.3' compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0' compile group: "org.tukaani", name: "xz", version: "1.6" }