diff --git a/app/build.gradle b/app/build.gradle index efab7c6..b7b3170 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,5 +30,5 @@ dependencies { compile 'com.android.support:support-v4:25.0.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' testCompile 'junit:junit:4.12' - implementation project(':axactandroid-release-all-v3.2.6-022') + implementation project(':axactandroid-release-all-v3.2.6-023') } diff --git a/axactandroid-release-all-v3.2.6-022/axactandroid-release-all-v3.2.6-022.aar b/axactandroid-release-all-v3.2.6-023/axactandroid-release-all-v3.2.6-023.aar similarity index 98% rename from axactandroid-release-all-v3.2.6-022/axactandroid-release-all-v3.2.6-022.aar rename to axactandroid-release-all-v3.2.6-023/axactandroid-release-all-v3.2.6-023.aar index 9bfd9e3..4c36465 100644 Binary files a/axactandroid-release-all-v3.2.6-022/axactandroid-release-all-v3.2.6-022.aar and b/axactandroid-release-all-v3.2.6-023/axactandroid-release-all-v3.2.6-023.aar differ diff --git a/axactandroid-release-all-v3.2.6-022/build.gradle b/axactandroid-release-all-v3.2.6-023/build.gradle similarity index 91% rename from axactandroid-release-all-v3.2.6-022/build.gradle rename to axactandroid-release-all-v3.2.6-023/build.gradle index a93bf65..35caf66 100644 --- a/axactandroid-release-all-v3.2.6-022/build.gradle +++ b/axactandroid-release-all-v3.2.6-023/build.gradle @@ -1,2 +1,2 @@ configurations.maybeCreate("default") -artifacts.add("default", file('axactandroid-release-all-v3.2.6-022.aar')) +artifacts.add("default", file('axactandroid-release-all-v3.2.6-023.aar')) diff --git a/settings.gradle b/settings.gradle index c111e11..1b0f2f4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':axactandroid-release-all-v3.2.6-022' +include ':app', ':axactandroid-release-all-v3.2.6-023'