use LOLLIPOP constant instead of L

This commit is contained in:
Nathan Freitas 2015-03-19 09:14:02 -04:00
parent a226f13374
commit 33acf24757
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class OrbotVpnService extends VpnService implements Handler.Callback {
mThreadVPN.start();
}
@TargetApi(Build.VERSION_CODES.L)
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
private void doLollipopAppRouting (Builder builder) throws NameNotFoundException
{