Skip to content

Commit

Permalink
Version 1.2.0, published to Maven Central and demo app to Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Moecklin committed Jan 6, 2016
1 parent 76f816e commit 49d1d23
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Setup
Add this to your Gradle build file:
```
dependencies {
compile 'com.1gravity:android-rteditor:1.2.1'
compile 'com.1gravity:android-rteditor:1.3.0'
}
```

Expand Down
8 changes: 4 additions & 4 deletions RTEditor-Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.onegravity.rteditor.demo"
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "1.1.1"
versionCode 5
versionName "1.2.0"
}
buildTypes {
release {
Expand Down Expand Up @@ -79,6 +79,6 @@ dependencies {
// use this to compile/run locally
compile project(':RTEditor-Toolbar')

// or use this to use the latest published library
//compile 'com.1gravity:android-rteditor:1.2.1'
// or this to use the latest published library
//compile 'com.1gravity:android-rteditor:1.3.0'
}
4 changes: 2 additions & 2 deletions RTEditor-Toolbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
// use this to compile/run locally
compile project(':RTEditor')

// or use this to use the latest published library
//compile 'com.1gravity:android-rteditor-core:1.2.1'
// or this to use the latest published library
//compile 'com.1gravity:android-rteditor-core:1.3.0'
}

apply from: '../android-artifacts.gradle'
Expand Down
2 changes: 1 addition & 1 deletion RTEditor-Toolbar/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
POM_NAME=Android-RTEditor
POM_ARTIFACT_ID=android-rteditor
POM_PACKAGING=aar
POM_VERSION_NAME=1.2.1
POM_VERSION_NAME=1.3.0
2 changes: 1 addition & 1 deletion RTEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
// use this to compile/run locally
//compile project(':ColorPicker')

// or use this to use the latest published library
// or this to use the latest published library
compile 'com.1gravity:android-rteditor-colorpicker:1.2.1'
}

Expand Down
2 changes: 1 addition & 1 deletion RTEditor/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
POM_NAME=Android-RTEditor-Core
POM_ARTIFACT_ID=android-rteditor-core
POM_PACKAGING=aar
POM_VERSION_NAME=1.2.1
POM_VERSION_NAME=1.3.0

0 comments on commit 49d1d23

Please sign in to comment.