Revert D28795384: Bump protobuf_java_to_protobufjs from 0.0.1 to 0.1.0

Differential Revision:
D28795384 (09951d505e)

Original commit changeset: 56e791ff245c

fbshipit-source-id: 05c98ff21a789fbd363e707869d5ef7e7b6d6b12
This commit is contained in:
Pascal Hartig
2021-06-01 09:24:02 -07:00
committed by Facebook GitHub Bot
parent 187cc4af47
commit d1dfc395d1

View File

@@ -25,7 +25,7 @@ android {
implementation project(':network-plugin') implementation project(':network-plugin')
implementation deps.protobuf implementation deps.protobuf
implementation "com.squareup.retrofit2:retrofit:2.9.0" implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.github.hbmartin:protobuf_java_to_protobufjs:0.1.0" implementation "com.github.hbmartin:protobuf_java_to_protobufjs:0.0.1"
compileOnly deps.jsr305 compileOnly deps.jsr305
} }
} }