Skip to content

Commit

Permalink
Update Gradle and SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emersoncloud committed Sep 25, 2018
1 parent b448176 commit c6c929c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions blurkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ext {
}

android {
compileSdkVersion 25
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.2'

defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0.0"
renderscriptTargetApi 25
renderscriptTargetApi 28
renderscriptSupportModeEnabled true
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion 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.4'
classpath 'com.android.tools.build:gradle:3.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,6 +15,7 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
}
}
Expand Down
10 changes: 5 additions & 5 deletions demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.2'
defaultConfig {
applicationId "com.alterac.blurkit.demo"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
renderscriptTargetApi 25
renderscriptTargetApi 28
renderscriptSupportModeEnabled true
}
buildTypes {
Expand All @@ -26,6 +26,6 @@ repositories {
}

dependencies {
implementation 'com.android.support:appcompat-v7:25.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation project(':blurkit')
}
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 @@
#Sat Sep 15 15:55:47 EDT 2018
#Tue Sep 25 13:55:26 EDT 2018
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.6-all.zip

0 comments on commit c6c929c

Please sign in to comment.