Skip to content

Commit

Permalink
v021 release
Browse files Browse the repository at this point in the history
- Fixed the library version reported inside the rawdata by changing how
  the cwmp.xml file is handled.

- eCGI adjustments.
  • Loading branch information
rsfreitas committed Jun 26, 2019
1 parent 2cd7a93 commit 55abf36
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 18 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
.idea
.gradle
gradle
build
*.iml
.gradle
local.properties
.idea/caches
.idea/libraries
.idea/modules.xml
.idea/workspace.xml
.idea/navEditor.xml
.idea/assetWizardSettings.xml
.idea/tasks.xml
.idea/.name
.DS_Store
/build
/captures
.externalNativeBuild
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'
implementation project(':axactandroid-release-all-v3.2.6-020')
implementation project(':axactandroid-release-all-v3.2.6-021')
}
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-020.aar'))
artifacts.add("default", file('axactandroid-release-all-v3.2.6-021.aar'))
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Feb 26 07:41:21 BRT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
11 changes: 0 additions & 11 deletions local.properties

This file was deleted.

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-020'
include ':app', ':axactandroid-release-all-v3.2.6-021'

0 comments on commit 55abf36

Please sign in to comment.