Skip to content

Commit

Permalink
Merge branch 'release/v1.6.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Jul 30, 2024
2 parents 754dce2 + 38c543c commit 575153a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 26
versionName "1.6.9"
versionCode 27
versionName "1.6.10"

def properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'com.android.application' version '8.5.1' apply false
id 'com.android.library' version '8.5.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false
}
Expand Down

0 comments on commit 575153a

Please sign in to comment.