Skip to content

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Oct 20, 2017
1 parent b46ec75 commit 259ad6f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ allprojects {
cardView : "com.android.support:cardview-v7:${supportVer}",
appcompat : "com.android.support:appcompat-v7:${supportVer}",
customTabs : "com.android.support:customtabs:${supportVer}",
support_v4 : "com.android.support:support-v4:${supportVer}",
support_v13 : "com.android.support:support-v13:${supportVer}",
annotations : "com.android.support:support-annotations:${supportVer}",
vectorDrawable : "com.android.support:support-vector-drawable:${supportVer}",
Expand Down
2 changes: 1 addition & 1 deletion flexible-adapter-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
major 5
minor 0
preRelease "SNAPSHOT"
preRelease "rc3"
}

android {
Expand Down
5 changes: 3 additions & 2 deletions flexible-adapter-databinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
major 1
minor 0
preRelease "b1"
preRelease "b2"
}
// For maven repository
version = versioning.name
Expand Down Expand Up @@ -42,8 +42,9 @@ android {
}

dependencies {
compile project(":flexible-adapter")
provided project(":flexible-adapter")
provided supportLib.recyclerView
compile supportLib.support_v4
}

if (project.hasProperty('all') || project.hasProperty('databinding')) {
Expand Down
2 changes: 1 addition & 1 deletion flexible-adapter-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
major 1
minor 0
preRelease "b1"
preRelease "alpha1"
}
// For maven repository
version = versioning.name
Expand Down
2 changes: 1 addition & 1 deletion flexible-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
major 5
minor 0
preRelease "SNAPSHOT"
preRelease "rc3"
}
// For maven repository
version = versioning.name
Expand Down

0 comments on commit 259ad6f

Please sign in to comment.