Skip to content

Commit

Permalink
Add gradle versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitin-da committed Dec 10, 2017
1 parent 544ee5b commit b905d71
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ buildscript {

classpath 'com.squareup.sqldelight:gradle-plugin:0.6.1'

classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 1 addition & 0 deletions storio-common-annotations-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'kotlin'
apply plugin: 'com.github.ben-manes.versions'

dependencies {
compile libraries.intellijAnnotations
Expand Down
1 change: 1 addition & 0 deletions storio-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'checkstyle'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply from: '../build.workaround-missing-resource.gradle'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-content-resolver-annotations-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'kotlin'
apply plugin: 'com.github.ben-manes.versions'

dependencies {
compile libraries.storIOContentResolverAnnotations
Expand Down
1 change: 1 addition & 0 deletions storio-content-resolver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-sample-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'com.squareup.sqldelight'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-sqlite-annotations-processor-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply from: '../build.workaround-missing-resource.gradle'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-sqlite-annotations-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'kotlin'
apply plugin: 'com.github.ben-manes.versions'

dependencies {
compile libraries.storIOSQLiteAnnotations
Expand Down
1 change: 1 addition & 0 deletions storio-sqlite/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-test-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions storio-test-without-rxjava/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit b905d71

Please sign in to comment.