Skip to content

Commit

Permalink
Bumped targetSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Aug 23, 2024
1 parent 8dea658 commit 2402241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ plugins {

android {
namespace = "com.nononsenseapps.feeder"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 316
versionName = "2.6.31"
minSdk = 23
targetSdk = 34
targetSdk = 35

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 2402241

Please sign in to comment.