Skip to content

Commit

Permalink
build: bump compile and target versions to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 1, 2024
1 parent 8ce84db commit 7e49a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdk 33
compileSdk 34
namespace = "com.example"

defaultConfig {
applicationId "com.parsely.example.parselyexample"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ ext {
}

android {
compileSdk 33
compileSdk 34
namespace = "com.parsely.parselyandroid"

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down

0 comments on commit 7e49a48

Please sign in to comment.