summaryrefslogtreecommitdiff
path: root/org.fox.epube/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-13 18:27:34 +0300
committerAndrew Dolgov <[email protected]>2020-09-13 18:27:34 +0300
commitab240cc8ea72f32e77676af35d6be2e4c41eff37 (patch)
tree150aadbb034839b0362fa81482687d585d30373a /org.fox.epube/build.gradle
parent5d8ca58fd04fc885efd6f9c35d6694a24270dd34 (diff)
check for offline status change on resume
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 cbe7ed9..a53aa68 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 1
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {