diff --git a/README.md b/README.md index 47f1be6..93a26a9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ in your project build.gradle file and dependencies { ... - def codeEditorVersion = "v3.0.2" + def codeEditorVersion = "v3.0.3" implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}") } ``` diff --git a/build.gradle b/build.gradle index 4917c43..ab45aeb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { gradle_plugin_version = '4.1.3' minSdkVersion = 19 - versionName = "3.0.2" + versionName = "3.0.3" versionCode = 1 compileSdkVersion = 30