Skip to content

Commit

Permalink
Build 1.1.9-31
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-fun committed Dec 4, 2018
1 parent 445b463 commit 8e82776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Add the libary dependency to your **APP** build.gradle file

```
dependencies {
implementation 'com.github.smart-fun:smartGL:1.1.7' // add this line
implementation 'com.github.smart-fun:smartGL:1.1.9' // add this line
}
```

Expand Down
4 changes: 2 additions & 2 deletions smartgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 30
versionName "1.1.8"
versionCode 31
versionName "1.1.9"
}
buildTypes {
release {
Expand Down

0 comments on commit 8e82776

Please sign in to comment.