Skip to content

Commit

Permalink
Update to new Java & cleanup & reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
xxDark committed Mar 17, 2024
1 parent b5c5b5e commit f36bfbf
Show file tree
Hide file tree
Showing 30 changed files with 1,999 additions and 2,062 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: [push]
on: [ push ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
At first I thought: *Oh, I can make an optimization transformer for Proguard*
And then this happened.
Example:

```Java
public class Test {

Expand Down
Loading

0 comments on commit f36bfbf

Please sign in to comment.