Updated Jabit version to fix exception on import

This commit is contained in:
Christian Basler 2016-10-07 23:23:01 +02:00
parent 9e8067cda5
commit b94e48e544
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ android {
}
}
ext.jabitVersion = '2.0.0'
ext.jabitVersion = '2.0.1'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.2.1'