Skip to content

Commit

Permalink
[wpe] Upgrade projects compileSdk and targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Jul 1, 2024
1 parent f125cdf commit 7edf64d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tools/mediaplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {

android {
namespace 'com.wpe.tools.mediaplayer'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 31
targetSdk 34
targetSdk 35
versionCode 1
versionName '1.0'
}
Expand Down
4 changes: 2 additions & 2 deletions tools/minibrowser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {

android {
namespace 'com.wpe.tools.minibrowser'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 31
targetSdk 34
targetSdk 35
versionCode 1
versionName '1.0'
}
Expand Down
4 changes: 2 additions & 2 deletions tools/webdriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace 'com.wpe.webdriver'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.wpe.webdriver"
minSdk 31
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions wpe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {

android {
namespace 'com.wpe.wpe'
compileSdk 34
compileSdk 35
ndkVersion '26.3.11579264'

defaultConfig {
minSdk 31
targetSdk 34
targetSdk 35
}

lintOptions {
Expand Down

0 comments on commit 7edf64d

Please sign in to comment.