Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
irshu355 committed Jul 30, 2019
1 parent dc708a2 commit 450a51d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
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.1.4'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

Expand Down
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 @@
#Fri Aug 17 20:55:59 MYT 2018
#Tue Jul 30 16:53:59 MYT 2019
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-5.1.1-all.zip
3 changes: 1 addition & 2 deletions laser-native-editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
libraryDescription = 'Android WYSIWYG is a text editor written in Android using the native components in the content tree. The library can be used as both Editor and Renderer. The HTML parser helps it easier to integrate with specific web WYSIWY'
siteUrl = 'http://irshulx.github.io/laser-native-editor'
gitUrl = 'https://github.com/irshuLx/laser-native-editor.git'
libraryVersion = '3.0.3'
libraryVersion = '3.0.4'
developerId = 'irshuLx'
developerName = 'Irshu'
developerEmail = '[email protected]'
Expand All @@ -20,7 +20,6 @@ ext {

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 15
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {
}
}
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.github.irshulx.wysiwyg_editor"
minSdkVersion 15
Expand Down Expand Up @@ -61,7 +60,8 @@ dependencies {
implementation "com.android.support:design:$supportLibVersion"
implementation "com.android.support:cardview-v7:$supportLibVersion"
implementation "com.android.support:support-v4:$supportLibVersion"
implementation project(':laser-native-editor')
// implementation project(':laser-native-editor')
implementation 'com.github.irshulx:laser-native-editor:3.0.4'
implementation 'com.github.duanhong169:colorpicker:1.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
// compile 'com.github.irshulx:laser-native-editor:2.0.0'
Expand Down

0 comments on commit 450a51d

Please sign in to comment.