Skip to content

Commit

Permalink
target sdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Oct 28, 2024
1 parent 119e829 commit 05f0686
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.pedro.sample"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.pedro.sample"
minSdk = 16
targetSdk = 34
targetSdk = 35
versionCode = libs.versions.versionCode.get().toInt()
versionName = libs.versions.versionName.get()
}
Expand Down
4 changes: 2 additions & 2 deletions rtspserver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.pedro.rtspserver"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 16
lint.targetSdk = 34
lint.targetSdk = 35
}

buildTypes {
Expand Down

0 comments on commit 05f0686

Please sign in to comment.