We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732347 commit 50ec0bfCopy full SHA for 50ec0bf
library/build.gradle
@@ -18,6 +18,11 @@ android {
18
consumerProguardFiles 'proguard-rules.pro'
19
}
20
21
+ compileOptions {
22
+ sourceCompatibility JavaVersion.VERSION_1_8
23
+ targetCompatibility JavaVersion.VERSION_1_8
24
+ }
25
+
26
buildTypes {
27
release {
28
minifyEnabled false
sample/build.gradle
versionName project.VERSION_NAME
signingConfigs {
storeFile file('../../github.jks')
0 commit comments