Skip to content

Commit

Permalink
Bump dexlib2 version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanchon committed Nov 18, 2017
1 parent ba7190c commit 976f717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .idea/modules/multidexlib2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ plugins {
id 'maven'
}

def dexlib2Version = '2.2.1'
def multidexlib2VersionSuffix = '.r2'
def dexlib2Version = '2.2.2'
def multidexlib2VersionSuffix = ''

group = 'com.github.lanchon.dexpatcher'
version = dexlib2Version + multidexlib2VersionSuffix
Expand Down

0 comments on commit 976f717

Please sign in to comment.