Skip to content

Commit

Permalink
feat(app): update app version to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Sep 20, 2024
1 parent b10ebb2 commit 2ec551f
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 29
versionName "1.6.12"
versionCode 30
versionName "1.6.13"

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

0 comments on commit 2ec551f

Please sign in to comment.