Merge pull request #1136 from vyshane/master

Specify Java package for dex Protobuf API
This commit is contained in:
Eric Chiang 2017-11-28 09:20:59 -08:00 committed by GitHub
commit c872938298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
syntax = "proto3";
option java_package = "com.coreos.dex.api";
package api;