Skip to content

Commit

Permalink
v15 generated
Browse files Browse the repository at this point in the history
  • Loading branch information
edkoiti authored and Eduardo Koiti Uemura committed Nov 8, 2017
1 parent 28a111f commit 690929d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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'
compile project(':axactandroid-release-all-v3.2.6-014')
implementation project(':axactandroid-release-all-v3.2.6-015')
}
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-014.aar'))
artifacts.add("default", file('axactandroid-release-all-v3.2.6-015.aar'))
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Sat Oct 21 13:44:41 BRST 2017
sdk.dir=W\:\\android\\sdk
#Sun Nov 05 20:06:03 BRST 2017
sdk.dir=/Users/edkoiti/Library/Android/sdk
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-014'
include ':app', ':axactandroid-release-all-v3.2.6-015'

0 comments on commit 690929d

Please sign in to comment.