Browse Source

Merge pull request #533 from paour/patch-1

Fix build errors due to AndroidAnnotations
pull/536/head
Eric Kok 4 years ago committed by GitHub
parent
commit
fd80a29668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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": "app/src/main/AndroidManifest.xml"
"androidManifestFile": file("src/main/AndroidManifest.xml").absolutePath
]
}
}

Loading…
Cancel
Save