Skip to content

Commit

Permalink
Merge pull request #8 from jmatsu/fix_undefined_constants
Browse files Browse the repository at this point in the history
Fixed a bug due to missing a constant
  • Loading branch information
jmatsu authored Aug 1, 2018
2 parents 97b0821 + d0eaed5 commit 7910e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apkstats/plugin.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require_relative "gem_version"
require_relative "helper/bytes"

require_relative "entity/apk_info"
Expand Down

0 comments on commit 7910e6a

Please sign in to comment.