From 13aa16693a6c1f17bdcff869f6b1d3a0d70aa466 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Jan 2024 18:00:15 +0300 Subject: add some fonts --- org.fox.epube/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'org.fox.epube/build.gradle') 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' -- cgit v1.2.3