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

modified: extensions files #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/content/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'jacoco'

dependencies {
compile project(':agera')
implementation project(':agera')
}

android {
Expand Down
2 changes: 1 addition & 1 deletion extensions/database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'jacoco'

dependencies {
compile project(':agera')
implementation project(':agera')
}

android {
Expand Down
2 changes: 1 addition & 1 deletion extensions/net/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'jacoco'

dependencies {
compile project(':agera')
implementation project(':agera')
}

android {
Expand Down
4 changes: 2 additions & 2 deletions extensions/rvadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'jacoco'

dependencies {
compile project(':agera')
compile "com.android.support:recyclerview-v7:$gradle.supportLibraryVersion"
implementation project(':agera')
implementation "com.android.support:recyclerview-v7:$gradle.supportLibraryVersion"
}

android {
Expand Down
6 changes: 3 additions & 3 deletions extensions/rvdatabinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'jacoco'

dependencies {
compile project(':agera')
compile project(':extensions:rvadapter')
compile "com.android.support:recyclerview-v7:$gradle.supportLibraryVersion"
implementation project(':agera')
implementation project(':extensions:rvadapter')
implementation "com.android.support:recyclerview-v7:$gradle.supportLibraryVersion"
}

android {
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sun Nov 27 21:36:49 GMT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip