Skip to content

Commit

Permalink
Compile sdk 33
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Aug 10, 2022
1 parent 0e8b085 commit d501391
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions appcompat-theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions drawablepainter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions flowlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions insets-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions insets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion internal-testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
Expand Down
4 changes: 2 additions & 2 deletions navigation-animation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions navigation-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions pager-indicators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions pager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions permissions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions placeholder-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions placeholder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.google.accompanist.sample"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33

versionCode 1
versionName "1.0"
Expand Down
4 changes: 2 additions & 2 deletions swiperefresh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions systemuicontroller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ kotlin {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
// targetSdkVersion has no effect for libraries. This is only used for the test APK
targetSdkVersion 32
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit d501391

Please sign in to comment.