Skip to content

Commit ff17e36

Browse files
committed
update to 1.2.1.4
1 parent 28f1fa3 commit ff17e36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ allprojects {
4343
4444
// module build.gradle
4545
dependencies {
46-
compile 'com.github.ChillingVan:android-openGL-canvas:v1.2.1.3'
46+
compile 'com.github.ChillingVan:android-openGL-canvas:v1.2.1.4'
4747
}
4848
```
4949

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848
4949
// module build.gradle
5050
dependencies {
51-
compile 'com.github.ChillingVan:android-openGL-canvas:v1.2.1.3'
51+
compile 'com.github.ChillingVan:android-openGL-canvas:v1.2.1.4'
5252
}
5353
```
5454

canvasgl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
defaultConfig {
2929
minSdkVersion 14
3030
targetSdkVersion 25
31-
versionCode 102013
32-
versionName "1.2.1.3"
31+
versionCode 102014
32+
versionName "1.2.1.4"
3333
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3434
}
3535
buildTypes {

0 commit comments

Comments
 (0)