From b10a745c7f0f46f4f014e1ba7fa71172d7442b83 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 03:03:55 -0400 Subject: Dev-1.1.7 (#39) - feature overload + context menu * Address some crashlytics issues * Add text scaling * Kau fixes and cleanup * WIP formatter * Create in house url formatter * Update context menu * Update themes * Test proguard without R * Implement sharing and clean up context menu * Disable viewpager swipe on long press * Test keeping lib strings * Update changelog and proguard --- app/build.gradle | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 1517309c..7df9c5d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'com.github.triplet.play' play { jsonFile = file('../files/gplay-keys.json') - track = 'alpha' + track = 'beta' errorOnSizeLimit = true uploadImages = false untrackOld = true @@ -20,12 +20,8 @@ android { compileSdkVersion Integer.parseInt(project.TARGET_SDK) buildToolsVersion project.BUILD_TOOLS -// def offset = Integer.parseInt(System.getenv("TRAVIS_BUILD_NUMBER") ?: "0") - androidGitVersion { -// baseCode offset codeFormat = 'MMNNPPBB' - //since we use travis, all builds will be dirty format = '%tag%%.count%%-commit%' prefix 'v' } @@ -126,6 +122,8 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) testCompile 'junit:junit:4.12' + testCompile "org.robolectric:robolectric:${ROBOELECTRIC}" + compile "ca.allanwang.kau:core:${KAU}" @@ -163,5 +161,4 @@ dependencies { compile("com.crashlytics.sdk.android:crashlytics:${CRASHLYTICS}@aar") { transitive = true; } - } \ No newline at end of file -- cgit v1.2.3