Merge "Update the Open Mobile API version"

This commit is contained in:
android-build-prod (mdb)
2018-05-08 22:22:13 +00:00
committed by Gerrit 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() {