Skip to content

Commit b3f9f82

Browse files
authored
Merge pull request #8406 from TacoTheDank/bumpPlugins
Update AGP and Kotlin
2 parents 9597d47 + 31b1370 commit b3f9f82

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,9 @@ dependencies {
221221
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
222222
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
223223
implementation 'androidx.webkit:webkit:1.4.0'
224-
implementation 'com.google.android.material:material:1.5.0'
225-
implementation "androidx.work:work-runtime:${androidxWorkVersion}"
226224
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
227225
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
226+
implementation 'com.google.android.material:material:1.5.0'
228227

229228
/** Third-party libraries **/
230229
// Instance state boilerplate elimination

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.6.20'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.1.3'
10+
classpath 'com.android.tools.build:gradle:7.2.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)