Skip to content

Commit

Permalink
sync up to server needs to build an apk
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed May 23, 2019
1 parent ab45652 commit 23375ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ARE/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 26
defaultConfig {
applicationId "com.chinalwb.are.demo"
minSdkVersion 15
targetSdkVersion 27
targetSdkVersion 26
}

buildTypes {
Expand All @@ -18,8 +18,8 @@ android {

dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation project(':are')
implementation 'com.github.bumptech.glide:glide:4.3.0'
// implementation 'com.github.chinalwb:are:0.1.3'
Expand Down
8 changes: 4 additions & 4 deletions ARE/are/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
// implementation 'com.android.support:support-v4:26.1.0'
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
// androidTestImplementation 'com.android.support.test:runner:1.0.1'
// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

implementation files('libs/tagsoup-1.2.1.jar')

Expand Down

0 comments on commit 23375ac

Please sign in to comment.