Skip to content

Commit

Permalink
build: pump up the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
abanoubha committed May 29, 2024
1 parent 63cde11 commit f4c25d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.softwarepharaoh.img2txt"
minSdk 23
targetSdk 34
versionCode 24
versionName "2.6.0"
versionCode 25
versionName "2.7.0"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f4c25d6

Please sign in to comment.