From c50ede8b2c43c97a86c13a230f7968da63b176a9 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 4 Jul 2021 12:20:32 -0400 Subject: [PATCH] Add back android-process-button library wtf Android Studio, thanks for lying to me. --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d5d326b289..84b20e83eb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -237,6 +237,7 @@ dependencies { implementation("com.github.gpanther:java-nat-sort:natural-comparator-1.1") // UI + implementation("com.github.dmytrodanylyk.android-process-button:library:1.0.4") implementation("eu.davidea:flexible-adapter:5.1.0") implementation("eu.davidea:flexible-adapter-ui:1.0.0") implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")