diff --git a/Gemfile.lock b/Gemfile.lock index f13aa1f..af17611 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - android_apk (1.7.1) + android_apk (1.8.0) rubyzip (~> 2.3.0) GEM diff --git a/lib/android_apk/version.rb b/lib/android_apk/version.rb index 6b24c58..acb5f13 100644 --- a/lib/android_apk/version.rb +++ b/lib/android_apk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class AndroidApk - VERSION = "1.7.1" + VERSION = "1.8.0" end