diff --git a/build.gradle.kts b/build.gradle.kts index 09ac306..84fd4bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { google() } dependencies { - classpath("com.guardsquare:proguard-gradle:7.7.0") + classpath("com.guardsquare:proguard-gradle:7.8.0") } } val envProperties = Properties()