We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3845957 commit ef06747Copy full SHA for ef06747
.gitignore
@@ -45,8 +45,7 @@ captures/
45
.idea/caches
46
47
# Keystore files
48
-# Uncomment the following line if you do not want to check your keystore files in.
49
-#*.jks
+*.jks
50
51
# External native build folder generated in Android Studio 2.2 and later
52
.externalNativeBuild
.travis.yml
@@ -6,4 +6,9 @@ android:
6
- build-tools-29.0.2
7
- android-28
8
9
+before_install:
10
+ - >-
11
+ openssl aes-256-cbc -K $encrypted_410c058128c0_key -iv $encrypted_410c058128c0_iv
12
+ -in android-travis-cert-store.enc -out ./android-travis-cert-store -d
13
+
14
script: ./gradlew build
android-travis-cert-store.enc
2.59 KB
0 commit comments