summaryrefslogtreecommitdiff
path: root/org.fox.epube/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-27 22:34:30 +0300
committerAndrew Dolgov <[email protected]>2021-01-27 22:34:30 +0300
commit6337b677b683a8ea382cce779b2db55636da538b (patch)
tree222c02021bd43cd46be7e9905ffd5d609ca3715a /org.fox.epube/build.gradle
parenta20b3e91f3e280820be00a935584fd24d92970fe (diff)
remove WebSettingsCompat; seems to only work on google-specific chrome webview
Diffstat (limited to 'org.fox.epube/build.gradle')
-rw-r--r--org.fox.epube/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.fox.epube/build.gradle b/org.fox.epube/build.gradle
index bd630c0..3bd4a70 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 5
- versionName "1.4"
+ versionCode 6
+ versionName "1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -46,7 +46,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
- implementation 'androidx.webkit:webkit:1.3.0'
implementation 'frankiesardo:icepick:3.2.0'
compileOnly 'frankiesardo:icepick-processor:3.2.0'
annotationProcessor 'frankiesardo:icepick-processor:3.2.0'