Skip to content

Commit

Permalink
Upgrade compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Nov 16, 2024
1 parent 38719f4 commit b370090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {

android {
namespace = "alt.nainapps.sharepaste"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "alt.nainapps.sharepaste"
minSdk = 26
targetSdk = 35
versionCode = 1731761000
versionCode = 1731762000
versionName = "2024.11.16"
setProperty("archivesBaseName", "sharepaste.oo")

Expand Down

0 comments on commit b370090

Please sign in to comment.