Removed tomp2p-android (this is unnecessary)

This commit is contained in:
ChronosX88 2019-03-07 18:47:46 +04:00
parent 6ab265f468
commit 1ccc891503
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -30,5 +30,4 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
implementation 'net.tomp2p:tomp2p-all:5.0-Beta8'
implementation 'net.tomp2p:tomp2p-android:5.0-Beta8'
}