Browse Source

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.

pull/471/head
Eric Kok 6 years ago
parent
commit
3c24ec73a7
  1. 2
      app/build.gradle

2
app/build.gradle

@ -15,7 +15,7 @@ android { @@ -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"
]
}
}

Loading…
Cancel
Save