diff --git a/build.gradle b/build.gradle index 5fcbf2203..731e88b8f 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,7 @@ android { buildTypes { release { runProguard true - proguardFile 'proguard-project.txt' - proguardFile getDefaultProguardFile('proguard-android.txt') + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt' } }