Skip to content

Commit

Permalink
Merge pull request #10 from axiros/develop
Browse files Browse the repository at this point in the history
v023 release
  • Loading branch information
rsfreitas committed Jan 13, 2020
2 parents f4f5863 + 075ef94 commit c81e6ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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'))
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':axactandroid-release-all-v3.2.6-022'
include ':app', ':axactandroid-release-all-v3.2.6-023'

0 comments on commit c81e6ab

Please sign in to comment.