Skip to content

Commit

Permalink
Support Android 34 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux authored Nov 6, 2023
1 parent 1308237 commit 161f200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions seatsio-android-component/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ group = 'io.seats'
version = '12.2.0'

android {
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 29
targetSdkVersion 33
targetSdkVersion 34
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down
6 changes: 3 additions & 3 deletions seatsio-android-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "io.seats"
minSdkVersion 33
targetSdkVersion 33
minSdkVersion 34
targetSdkVersion 34
versionCode 1
versionName "1.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down

0 comments on commit 161f200

Please sign in to comment.