aboutsummaryrefslogtreecommitdiff
path: root/protobuf-nano/build.gradle
blob: 7b5eea924d2d2070f678db4f30cb6f672cf6a692 (plain)
1
2
3
4
5
6
7
description = 'gRPC: Protobuf Nano'

dependencies {
    compile project(':grpc-core'),
            libraries.protobuf_nano,
            libraries.guava
}