File tree Expand file tree Collapse file tree
src/main/kotlin/com/github/theapache64/dexdiff/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dex-diff before.apk after.apk [com.my.app.packageName]
2525with-fullmode.apk without-fullmode.apk
2626
2727❯ dex-diff without-fullmode.apk with-fullmode.apk com.example.flowobjectrepro
28- ⚔️ dex-diff v0.0.6
28+ ⚔️ dex-diff v0.0.7
2929🚀 Initialising...
3030➡️ Deleting old results (dex-diff-result)...
3131✅ Deleted old results
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "preferGlobal" : " true" ,
77 "repository" : " https://github.com/theapache64/dex-diff" ,
8- "version" : " 0.0.6 " ,
8+ "version" : " 0.0.7 " ,
99 "jdeploy" : {
1010 "jdk" : " false" ,
1111 "javaVersion" : " 17" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class App : Application() {
2929 * Entry point
3030 */
3131fun main (args : Array <String >) {
32- println (" ⚔️ dex-diff v0.0.6 " )
32+ println (" ⚔️ dex-diff v0.0.7 " )
3333 App .args = args
3434 App ().onCreate()
3535}
You can’t perform that action at this time.
0 commit comments