Skip to content

Commit 9994284

Browse files
committed
genres and opds
1 parent 02c42af commit 9994284

38 files changed

+922
-139
lines changed

android/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55

66
defaultConfig {
77
applicationId "org.coolreader.mod.plotn"
8-
minSdkVersion 24
8+
minSdkVersion 14
99
targetSdkVersion 28
1010
multiDexEnabled true
1111
// When new version released, version code must be incremented at least by 8
@@ -126,7 +126,8 @@ android {
126126
}
127127

128128
compileOptions {
129-
sourceCompatibility JavaVersion.VERSION_1_7
129+
sourceCompatibility JavaVersion.VERSION_1_8
130+
targetCompatibility JavaVersion.VERSION_1_8
130131
}
131132

132133
useLibrary 'org.apache.http.legacy'
89 Bytes
Loading
1.83 KB
Loading
12 Bytes
Loading
885 Bytes
Loading
4 Bytes
Loading
1.25 KB
Loading
87 Bytes
Loading
2.52 KB
Loading
59 Bytes
Loading

0 commit comments

Comments
 (0)