Skip to content

Commit

Permalink
v4.3 ready fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jan 28, 2025
1 parent 5285727 commit 2b7b29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 402
versionName = "4.2"
versionCode = 403
versionName = "4.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 2b7b29b

Please sign in to comment.