Skip to content

Commit

Permalink
use gradle 3.0.1 and tools 27.0.2. Build 1.1.6-28
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-fun committed Dec 10, 2017
1 parent a7462e3 commit 7208a49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Add the libary dependency to your **APP** build.gradle file

```
dependencies {
compile 'com.github.smart-fun:smartGL:1.1.5' // add this line
compile 'com.github.smart-fun:smartGL:1.1.6' // add this line
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
8 changes: 4 additions & 4 deletions smartgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 27
buildToolsVersion '27.0.0'
buildToolsVersion '27.0.2'

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 27
versionName "1.1.5"
versionCode 28
versionName "1.1.6"
}
buildTypes {
release {
Expand All @@ -20,5 +20,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-annotations:27.0.1'
compile 'com.android.support:support-annotations:27.0.2'
}
4 changes: 2 additions & 2 deletions smartglapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '27.0.0'
buildToolsVersion '27.0.2'

defaultConfig {
applicationId "fr.arnaudguyon.smartglapp"
Expand All @@ -21,6 +21,6 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-annotations:27.0.1'
compile 'com.android.support:support-annotations:27.0.2'
compile project(':smartgl')
}

0 comments on commit 7208a49

Please sign in to comment.