We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dac5c commit cd0ec32Copy full SHA for cd0ec32
1 file changed
apktools.gemspec
@@ -18,8 +18,8 @@
18
19
Gem::Specification.new do |s|
20
s.name = 'apktools'
21
- s.version = '0.7.2'
22
- s.date = '2017-04-03'
+ s.version = '0.7.3'
+ s.date = '2019-09-27'
23
s.summary = 'APKTools'
24
s.description = 'Library to assist reading resource data out of Android APKs'
25
s.authors = ['Dave Smith']
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
30
31
s.executables << 'get_app_version.rb'
32
s.executables << 'read_manifest.rb'
33
- s.add_runtime_dependency 'rubyzip', '~> 1.3.0'
+ s.add_runtime_dependency 'rubyzip', '~> 1.3'
34
end
0 commit comments