adding in functionality for menu, disabling ad space for now, and deplying config

This commit is contained in:
Arjun Patel
2018-07-29 10:57:28 -07:00
parent d6dfcd1994
commit 1ab6d52245
9 changed files with 39 additions and 88 deletions
+11
View File
@@ -116,10 +116,21 @@ android {
include "armeabi-v7a", "x86"
}
}
signingConfigs {
release {
if (project.hasProperty('MYAPP_RELEASE_STORE_FILE')) {
storeFile file(MYAPP_RELEASE_STORE_FILE)
storePassword MYAPP_RELEASE_STORE_PASSWORD
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword MYAPP_RELEASE_KEY_PASSWORD
}
}
}
buildTypes {
release {
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
}
}
// applicationVariants are e.g. debug, release