Keep proguard from messing with renderscript
Otherwise the release build will miss the renderscript libraries.
This commit is contained in:
@@ -27,6 +27,9 @@ android {
|
||||
}
|
||||
|
||||
release {
|
||||
proguardFiles \
|
||||
getDefaultProguardFile('proguard-android.txt'), \
|
||||
'proguard-rules.pro'
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
-dontwarn com.google.**
|
||||
-dontwarn android.support.v8.**
|
||||
|
||||
-keep class android.support.v8.renderscript.** { *; }
|
||||
Reference in New Issue
Block a user