aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/HtmlTextView
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/HtmlTextView')
-rw-r--r--libraries/HtmlTextView/build.gradle4
-rw-r--r--libraries/HtmlTextView/project.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/HtmlTextView/build.gradle b/libraries/HtmlTextView/build.gradle
index a0b9b1bc6..d1b26d2bd 100644
--- a/libraries/HtmlTextView/build.gradle
+++ b/libraries/HtmlTextView/build.gradle
@@ -2,8 +2,8 @@ apply plugin: 'android-library'
android {
- compileSdkVersion 17
- buildToolsVersion '19.0.1'
+ compileSdkVersion 19
+ buildToolsVersion '19.0.3'
sourceSets {
main {
diff --git a/libraries/HtmlTextView/project.properties b/libraries/HtmlTextView/project.properties
index 484dab075..91d2b0246 100644
--- a/libraries/HtmlTextView/project.properties
+++ b/libraries/HtmlTextView/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library=true