Skip to content

Commit e6cacea

Browse files
committed
Update deps
1 parent 49d0d90 commit e6cacea

7 files changed

Lines changed: 25 additions & 17 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: "com.android.application"
22
apply plugin: "kotlin-android"
33

44
android {
5-
compileSdkVersion 32
5+
compileSdkVersion 33
66
defaultConfig {
77
applicationId "com.commit451.modalbottomsheetdialogfragment.sample"
88
minSdkVersion 21
9-
targetSdkVersion 32
9+
targetSdkVersion 33
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation("androidx.appcompat:appcompat:1.4.2")
26+
implementation("androidx.appcompat:appcompat:1.6.0")
2727

2828
implementation(project(":modalbottomsheetdialogfragment"))
2929
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
buildscript {
2-
ext.kotlin_version = "1.7.0"
2+
ext.kotlin_version = "1.8.0"
33
repositories {
44
google()
55
mavenCentral()
66
}
77
dependencies {
8-
classpath "com.android.tools.build:gradle:7.2.1"
8+
classpath "com.android.tools.build:gradle:7.4.1"
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
classpath "com.vanniktech:gradle-maven-publish-plugin:0.20.0"
1111
}
1212
}
1313

1414
plugins {
15-
id "com.github.ben-manes.versions" version "0.42.0"
15+
id "com.github.ben-manes.versions" version "0.45.0"
1616
}
1717

1818
allprojects {

gradle/wrapper/gradle-wrapper.jar

935 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modalbottomsheetdialogfragment/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: "kotlin-android"
33
apply from: "../publish.gradle"
44

55
android {
6-
compileSdkVersion 32
6+
compileSdkVersion 33
77

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 32
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -22,9 +22,9 @@ android {
2222
}
2323

2424
dependencies {
25-
api("androidx.activity:activity-ktx:1.4.0")
25+
api("androidx.activity:activity-ktx:1.6.1")
2626

2727
api("androidx.recyclerview:recyclerview:1.2.1")
2828

29-
api("com.google.android.material:material:1.6.1")
29+
api("com.google.android.material:material:1.8.0")
3030
}

0 commit comments

Comments
 (0)