Skip to content

Commit fa2ec9e

Browse files
committed
downgrade appcompat
1 parent 6a86230 commit fa2ec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ kotlin {
298298
implementation("com.pnikosis:materialish-progress:1.7")
299299
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
300300
implementation("androidx.security:security-crypto:$androidCryptoVersion")
301-
implementation("androidx.appcompat:appcompat:1.4.1")
301+
implementation("androidx.appcompat:appcompat:1.3.1")
302302
}
303303
}
304304

0 commit comments

Comments
 (0)