Skip to content

Commit

Permalink
"update" "malicious" test-library
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 27, 2024
1 parent bb7b742 commit 3cfd2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GRADLE='build.gradle'
echo "should-run=false" >> $GITHUB_OUTPUT
for file in ${ALL_CHANGED_FILES}; do
if [[ "$file" == *"GRADLE" ]]; then
if [[ "$file" == *"$GRADLE" ]]; then
echo "$file was changed"
echo "should-run=true" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ dependencies {
implementation 'com.github.Sharkaboi:AppUpdateChecker:v1.0.5'

// todo: remove
implementation("com.google.android.play:app-update-ktx:2.1.0")
implementation("com.google.android.play:app-update-ktx:2.0.0")
}

0 comments on commit 3cfd2af

Please sign in to comment.