openid / OpenYOLO-Android

Android protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
115 stars 18 forks source link

Changed the default source and target java version to 1.7 :( #151

Closed dxslly closed 6 years ago

dxslly commented 6 years ago

Fix for https://github.com/openid/OpenYOLO-Android/issues/145

Downgraded the version of java we compile against from 1.8 to 1.7.

codecov-io commented 6 years ago

Codecov Report

Merging #151 into master will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #151      +/-   ##
============================================
- Coverage     72.31%   72.27%   -0.04%     
  Complexity      483      483              
============================================
  Files            65       65              
  Lines          2669     2669              
  Branches        248      248              
============================================
- Hits           1930     1929       -1     
- Misses          668      670       +2     
+ Partials         71       70       -1
Impacted Files Coverage Δ Complexity Δ
bbq/java/com/google/bbq/BroadcastQueryClient.java 54.68% <0%> (-0.79%) 7% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 859e4c1...605139e. Read the comment docs.