Rename project to NavButtons and convert module to Kotlin

This commit is contained in:
ajp_anton
2026-04-22 23:13:24 +00:00
parent 87ed2a2ce2
commit cade5e360e
7 changed files with 449 additions and 434 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
-dontobfuscate
-keep class se.ajpanton.killappnow.KillAppNow
-keepclassmembers class se.ajpanton.killappnow.KillAppNow {
-keep class se.ajpanton.navbuttons.NavButtons
-keepclassmembers class se.ajpanton.navbuttons.NavButtons {
public <init>();
}