Merge "Update the Open Mobile API version" into pi-dev

This commit is contained in:
android-build-team Robot
2018-05-09 18:35:47 +00:00
committed by Android (Google) Code Review

View File

@@ -253,7 +253,7 @@ public final class SEService {
* @return String containing the OpenMobile API version (e.g. "3.0").
*/
public @NonNull String getVersion() {
return "3.2";
return "3.3";
}
@NonNull ISecureElementListener getListener() {