Skip to content

Commit

Permalink
updated depends
Browse files Browse the repository at this point in the history
  • Loading branch information
rammann-fastprotect committed Apr 9, 2019
1 parent 7ffa93a commit b8f4b7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -26,8 +26,8 @@ task clean(type: Delete) {

ext {
buildToolsVersion = '27.0.3'
compileSdkVersion = 26
compileSdkVersion = 28
minSdkVersion = 14
targetSdkVersion = 25
supportLibraryVersion = '26.1.0'
supportLibraryVersion = '28.0.0'
}
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion rootProject.ext.compileSdkVersion

buildToolsVersion rootProject.ext.buildToolsVersion
buildToolsVersion '28.0.3'

defaultConfig {
applicationId 'com.google.android.cameraview.demo'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 03 12:11:34 CEST 2018
#Tue Apr 09 16:14:45 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down

0 comments on commit b8f4b7e

Please sign in to comment.