Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
sucese committed Oct 21, 2017
1 parent 878aebe commit 03ecbae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phoenix-compress-picture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

compile "com.github.guoxiaoxing.phoenix:phoenix-core:$rootProject.ext.version"
compile 'com.github.guoxiaoxing.phoenix:phoenix-core:0.0.2'
// compile project(':phoenix-core')
}
2 changes: 1 addition & 1 deletion phoenix-compress-video/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'org.aspectj:aspectjrt:1.7.3'

compile "com.github.guoxiaoxing.phoenix:phoenix-core:$rootProject.ext.version"
compile 'com.github.guoxiaoxing.phoenix:phoenix-core:0.0.2'
// compile project(':phoenix-core')
}
2 changes: 1 addition & 1 deletion phoenix-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
compile 'com.amap.api:location:latest.integration'
compile 'com.google.code.gson:gson:2.8.1'

compile "com.github.guoxiaoxing.phoenix:phoenix-core:$rootProject.ext.version"
compile 'com.github.guoxiaoxing.phoenix:phoenix-core:0.0.2'
// compile project(':phoenix-core')
}

0 comments on commit 03ecbae

Please sign in to comment.