diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 75c1c1b..af00483 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -41,5 +41,5 @@ dependencies { compile 'com.android.support:support-v4:25.3.1' compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' compile project(':decodesdk') - compile files('libs/irext-web-api-0.1.1.jar') + compile files('libs/irext-web-api.jar') } diff --git a/Android/app/libs/irext-web-api-0.1.1.jar b/Android/app/libs/irext-web-api.jar similarity index 94% rename from Android/app/libs/irext-web-api-0.1.1.jar rename to Android/app/libs/irext-web-api.jar index 8dd0d22..d93bd7d 100644 Binary files a/Android/app/libs/irext-web-api-0.1.1.jar and b/Android/app/libs/irext-web-api.jar differ