This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Update protoc dep to 3.0.0 (
#1958
)
pull/1961/head
Keghani Kouzoujian
8 years ago
committed by
GitHub
parent
e95e140dd7
commit
7711bfc749
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pending_code_changes.txt
+1
-1
tools/java/cpp-build/pom.xml
+ 3
- 0
pending_code_changes.txt
View File
@ -1,2 +1,5 @@
Build changes:
- C++ geocoding build tools now use readdir, since readdir_r is deprecated.
- Update the protobuf-java dependency used to build the C++ metadata from 2.5.0
to 3.0.0. This is an internal change and does not affect the users of the
library.
+ 1
- 1
tools/java/cpp-build/pom.xml
View File
@ -153,7 +153,7 @@
<dependency
>
<groupId
>
com.google.protobuf
</groupId>
<artifactId
>
protobuf-java
</artifactId>
<version
>
2.5
.0
</version>
<version
>
3.0
.0
</version>
</dependency>
</dependencies>
Write
Preview
Loading…
Cancel
Save