Skip to content

Commit

Permalink
feat(gradle): update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Mar 27, 2024
1 parent 62fae8b commit e9c9a2c
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 @@ -14,8 +14,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 34
versionCode 18
versionName "1.6.1"
versionCode 19
versionName "1.6.2"

def properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down

0 comments on commit e9c9a2c

Please sign in to comment.