Skip to content

Commit

Permalink
FDroid build version incompatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
umer0586 committed Oct 11, 2024
1 parent 22e609a commit 92af066
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -12,8 +12,8 @@ android {
applicationId = "com.github.umer0586.sensagram"
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
versionCode = 3
versionName = "1.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Empty file.

0 comments on commit 92af066

Please sign in to comment.