diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 9c61d9b5b..8539c7b41 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -230,7 +230,8 @@ android { debug { debuggable true resValue "bool", "DEBUG", "true" - minifyEnabled true // for testing + // Drop this. Takes too long to build + // minifyEnabled true // for testing proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' // This doesn't work on marshmallow: duplicate permission error // applicationIdSuffix ".debug" diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index d1eb73655..f5c48bf7f 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -25,9 +25,6 @@

New with this release