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

Commit

Permalink
Added gradle wrapper back, otherwise Jitpak fails to use latest...
Browse files Browse the repository at this point in the history
  • Loading branch information
denzilferreira committed Feb 20, 2019
1 parent bed7935 commit f601c38
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 13 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 = 807
version_code = 808
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 26
Expand Down
Binary file added aware-core/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions aware-core/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Feb 12 23:06:48 EET 2019
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
Binary file added aware-phone/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions aware-phone/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Feb 12 23:06:48 EET 2019
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
Binary file added aware-tests/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions aware-tests/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Feb 12 23:06:48 EET 2019
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
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {
ext.kotlin_version = '1.3.11'

repositories {
maven {
url 'https://maven.google.com'
}
google()
jcenter()
mavenCentral()
Expand All @@ -19,6 +22,9 @@ buildscript {

allprojects {
repositories {
maven {
url 'https://maven.google.com'
}
google()
jcenter()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion com.aware.plugin.studentlife.audio

0 comments on commit f601c38

Please sign in to comment.