summaryrefslogtreecommitdiff
path: root/org.fox.epube/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-27 19:09:10 +0300
committerAndrew Dolgov <[email protected]>2020-09-27 19:09:10 +0300
commitf3947248ab035fc433844a3125d2e441780bb559 (patch)
treef2fcb24f21628a7a660755fdc421fde01089c6f3 /org.fox.epube/build.gradle
parent83accf02f5db0c7bcead78c9678952de2256c677 (diff)
only open internal URLs in the same webview, send everything else to intent ACTION_VIEW
Diffstat (limited to 'org.fox.epube/build.gradle')
-rw-r--r--org.fox.epube/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.epube/build.gradle b/org.fox.epube/build.gradle
index a948353..5078cfa 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 2
- versionName "1.1"
+ versionCode 3
+ versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}