Skip to content

Commit 5c60b9c

Browse files
authored
Merge pull request #11 from axiros/develop
v024 release
2 parents c81e6ab + 669b1cb commit 5c60b9c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
4+
compileSdkVersion 26
55
buildToolsVersion '26.0.2'
66
defaultConfig {
77
applicationId "com.axiros.axactservice"
@@ -30,5 +30,5 @@ dependencies {
3030
compile 'com.android.support:support-v4:25.0.0'
3131
compile 'com.android.support.constraint:constraint-layout:1.0.2'
3232
testCompile 'junit:junit:4.12'
33-
implementation project(':axactandroid-release-all-v3.2.6-023')
33+
implementation project(':axactandroid-release-all-v3.2.6-024')
3434
}
-2.42 MB
Binary file not shown.
2.42 MB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configurations.maybeCreate("default")
2-
artifacts.add("default", file('axactandroid-release-all-v3.2.6-023.aar'))
2+
artifacts.add("default", file('axactandroid-release-all-v3.2.6-024.aar'))

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':axactandroid-release-all-v3.2.6-023'
1+
include ':app', ':axactandroid-release-all-v3.2.6-024'

0 commit comments

Comments
 (0)