summaryrefslogtreecommitdiff
path: root/org.fox.epube/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.epube/build.gradle')
-rw-r--r--org.fox.epube/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.fox.epube/build.gradle b/org.fox.epube/build.gradle
index 7a23bb8..b6a0de9 100644
--- a/org.fox.epube/build.gradle
+++ b/org.fox.epube/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "org.fox.epube"
minSdkVersion 23
targetSdkVersion 29
- versionCode 7
- versionName "1.6"
+ versionCode 8
+ versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "boolean", "ENABLE_UPDATER", "false"
buildConfigField "String", "EPUBE_BASE_URL", "\"https://epube-dev.fakecake.org\""
@@ -48,6 +48,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'androidx.webkit:webkit:1.9.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'