Skip to content

Commit

Permalink
fix: Global vars (#58)
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
sdsantos authored Mar 11, 2021
1 parent cf33c4f commit ad809aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ android {
}
}
packagingOptions {
exclude 'META-INF/*'
exclude 'META-INF/AL2.0'
exclude 'META-INF/LGPL2'
exclude 'META-INF/LGPL2.1'
exclude 'META-INF/licenses/*'
exclude '**/attach_hotspot_windows.dll'
}
Expand Down
6 changes: 0 additions & 6 deletions lib/src/main/java/tech/relaycorp/relaydroid/RelaynetTemp.kt

This file was deleted.

0 comments on commit ad809aa

Please sign in to comment.