Make new top level gradle file, make app dir and move build.gradle.

This commit is contained in:
Alan Evans
2019-11-20 12:33:57 -05:00
committed by Greyson Parrelli
parent d68fe928b8
commit acf78b6b63
24 changed files with 48 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
# Okio
-keep class sun.misc.Unsafe { *; }
-dontwarn java.nio.file.*
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
-dontwarn okio.**