Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
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
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
buildscript {
ext.versions = [
'minSdk': 14,
'compileSdk': 26,
'buildTools': '26.0.2',
'supportLibrary': '26.0.2'
'compileSdk': 27,
'supportLibrary': '27.0.2'
]

ext.deps = [
Expand All @@ -19,14 +18,14 @@ buildscript {
],
'junit': 'junit:junit:4.12',
'assertj': 'org.assertj:assertj-core:3.8.0',
'mockito': 'org.mockito:mockito-core:2.10.0',
'mockito': 'org.mockito:mockito-core:2.13.0',
'robolectric': 'org.robolectric:robolectric:3.4.2',
'antTasks': 'org.apache.maven:maven-ant-tasks:2.1.3',
]

dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-rc1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
}

repositories {
Expand Down
1 change: 0 additions & 1 deletion flow-sample-basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.basic"
Expand Down
1 change: 0 additions & 1 deletion flow-sample-helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.helloworld"
Expand Down
1 change: 0 additions & 1 deletion flow-sample-intents/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.intents"
Expand Down
1 change: 0 additions & 1 deletion flow-sample-multikey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.multikey"
Expand Down
1 change: 0 additions & 1 deletion flow-sample-orientation-lock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.orientation"
Expand Down
1 change: 0 additions & 1 deletion flow-sample-tree/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
applicationId "flow.sample.tree"
Expand Down
1 change: 0 additions & 1 deletion flow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools

defaultConfig {
minSdkVersion versions.minSdk
Expand Down