Skip to content

Commit f2f71dc

Browse files
authored
Fix licenses issue (again) (niranjan94#208)
1 parent 66ca80f commit f2f71dc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ cache:
4545
before_script:
4646
- cp -f app/mock-google-services.json app/google-services.json
4747
- cat app/keys.properties.example | envsubst > app/keys.properties
48-
- yes | sdkmanager --licenses
48+
- yes | sdkmanager "platforms;android-28"
49+
- yes | sdkmanager "build-tools;28.0.3"
4950

5051
script:
5152
# - ./gradlew connectedAndroidTest --stacktrace -w

app/proguard-rules.pro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
-dontskipnonpubliclibraryclasses
44
-dontpreverify
55
-verbose
6-
-libraryjars libs
6+
7+
-libraryjars libs/android-5.1.jar
8+
-libraryjars libs/dex-ir-1.12.jar
9+
-libraryjars libs/dex-reader-1.15.jar
10+
-libraryjars libs/dex-tools-0.0.9.15.jar
11+
-libraryjars libs/dex-translator-0.0.9.15.jar
12+
-libraryjars libs/dx-1.16.jar
13+
-libraryjars libs/jadx-core-0.9.0.jar
14+
-libraryjars libs/smali-2.2.1.jar
715

816
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable
917
-allowaccessmodification

0 commit comments

Comments
 (0)