lib/app_info/apk.rb in app-info-3.1.2 vs lib/app_info/apk.rb in app-info-3.1.3
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require 'ruby_apk'
+require 'android_parser'
module AppInfo
# Parse APK file parser, wrapper for {https://github.com/icyleaf/android_parser android_parser}.
class APK < Android
# @!method manifest