Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- Fix buggy gradle version. Reverted to 4.6 and gradle plugin 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denzilferreira committed Feb 22, 2019
1 parent f601c38 commit bf29934
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 20 deletions.
2 changes: 1 addition & 1 deletion aware-core/aware.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
ion_libs = "2.+"
support_libs = "28.0.0"
google_libs = "16.0.0"
version_code = 808
version_code = 809
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 26
Expand Down
2 changes: 1 addition & 1 deletion aware-core/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
14 changes: 13 additions & 1 deletion aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,41 +108,53 @@ dependencies {
implementation('me.dm7.barcodescanner:zbar:1.8.4') {
exclude group: 'com.android.support', module: "support-v4"
}

api project(':aware-core')

api (project(":com.aware.plugin.device_usage")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.ambient_noise")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.contacts_list")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.studentlife.audio")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.fitbit")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.google.activity_recognition")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.google.auth")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.google.fused_location")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.openweather")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.esm.scheduler")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.sensortag")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}

api (project(":com.aware.plugin.sentimental")) {
exclude group:'com.github.denzilferreira',module:'aware-client'
}
Expand Down
2 changes: 1 addition & 1 deletion aware-phone/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
2 changes: 1 addition & 1 deletion aware-tests/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply from: 'aware-core/aware.gradle'
buildscript {

ext.kotlin_version = '1.3.11'

repositories {
maven {
url 'https://maven.google.com'
Expand All @@ -15,7 +15,7 @@ buildscript {
maven { url "https://jitpack.io" } //MPAndroidChart, AWARE
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion com.aware.plugin.studentlife.audio
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit bf29934

Please sign in to comment.