Skip to content

Commit

Permalink
Merge pull request #11 from axiros/develop
Browse files Browse the repository at this point in the history
v024 release
  • Loading branch information
rsfreitas authored Aug 27, 2020
2 parents c81e6ab + 669b1cb commit 5c60b9c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "com.axiros.axactservice"
Expand Down 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-023')
implementation project(':axactandroid-release-all-v3.2.6-024')
}
Binary file not shown.
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-023.aar'))
artifacts.add("default", file('axactandroid-release-all-v3.2.6-024.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-023'
include ':app', ':axactandroid-release-all-v3.2.6-024'

0 comments on commit 5c60b9c

Please sign in to comment.