diff --git a/spec/android_apk_spec.rb b/spec/android_apk_spec.rb index 58ded7c..184a159 100644 --- a/spec/android_apk_spec.rb +++ b/spec/android_apk_spec.rb @@ -41,11 +41,6 @@ error: AndroidApk::UnacceptableApkError, error_message: /AndroidManifest\.xml is corrupt/ }, - { - filepath: fixture_file("invalid", "duplicate_sdk_version.apk"), - error: AndroidApk::AndroidManifestValidateError, - error_message: /sdkVersion/ # TODO: this field never duplicate since buildtools 30.0.1 - }, { filepath: fixture_file("invalid", "multi_application_tag.apk"), error: AndroidApk::AndroidManifestValidateError,