Skip to content

Commit

Permalink
Android v13.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed May 15, 2024
1 parent 3e9d452 commit d78d42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/android/NewsBlur/buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Config {
const val compileSdk = 34
const val minSdk = 24
const val targetSdk = 34
const val versionCode = 220
const val versionName = "13.2.4"
const val versionCode = 221
const val versionName = "13.2.5"

const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit d78d42a

Please sign in to comment.