Skip to content

Commit

Permalink
Update dependency androidx.appcompat:appcompat to v1.5.0 (#18)
Browse files Browse the repository at this point in the history
* Update dependency androidx.appcompat:appcompat to v1.5.0

* sdk 32

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yuya Matsuo <[email protected]>
  • Loading branch information
renovate[bot] and niusounds authored Aug 14, 2022
1 parent d406c31 commit d215b70
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 @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 31
compileSdk = 32

defaultConfig {
applicationId = "com.niusounds.cronettest"
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")

implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
testImplementation("junit:junit:4.13.2")
Expand Down
4 changes: 2 additions & 2 deletions cronet-engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ group = "com.github.niusounds"
version = "0.1.1"

android {
compileSdk = 31
compileSdk = 32

defaultConfig {
minSdk = 21
targetSdk = 31
targetSdk = 32

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit d215b70

Please sign in to comment.