From 3c24ec73a7eb39d5cb36bedfcde294fd9ff8fe4c Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Wed, 24 Oct 2018 11:31:12 +0200 Subject: [PATCH] Remove hardcoded absolute path. Fixes #60 again hopefully. Also closes #465 as one can simple make debug builds without the need for a release key. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d511a703..d26cbd58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ android { annotationProcessorOptions { arguments = [ "resourcePackageName": "org.transdroid", - "androidManifestFile": "/Users/erickok/Android/2312/transdroid/app/src/main/AndroidManifest.xml" + "androidManifestFile": "app/src/main/AndroidManifest.xml" ] } }