Fix case sensitivity in FreeDroidWarn dependency

This commit is contained in:
Michachatz
2026-03-24 07:58:25 +01:00
committed by GitHub
parent 4e1ee7d6a7
commit 3c3c18104b

View File

@@ -72,7 +72,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.9.7'
implementation 'androidx.work:work-runtime-ktx:2.11.1'
implementation 'com.github.woheller69:FreeDroidWarn:v1.10'
implementation 'com.github.woheller69:FreeDroidWarn:V1.10'
// Volley HTTP request //
implementation 'com.android.volley:volley:1.2.1'