Skip to content

Commit 6523555

Browse files
authored
Bump dependencies (#17)
1 parent f9acdef commit 6523555

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
android {
77

88
namespace 'com.example.labeledseekslider'
9-
compileSdk 34
9+
compileSdk 35
1010

1111
defaultConfig {
1212
applicationId "com.zigis.labeledseekslider.sample"
1313
minSdkVersion 21
14-
targetSdkVersion 34
14+
targetSdkVersion 35
1515
versionCode 1
1616
versionName "1.0"
1717

@@ -41,8 +41,8 @@ android {
4141

4242
dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
44-
implementation 'androidx.appcompat:appcompat:1.6.1'
45-
implementation 'com.google.android.material:material:1.11.0'
46-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
44+
implementation 'androidx.appcompat:appcompat:1.7.0'
45+
implementation 'com.google.android.material:material:1.12.0'
46+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
4747
implementation project(':labeledseekslider')
4848
}

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.9.21'
3+
ext.kotlin_version = '2.0.21'
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.2.0'
9+
classpath 'com.android.tools.build:gradle:8.7.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun May 01 22:06:35 EEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

labeledseekslider/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ apply from: "${rootProject.projectDir}/maven/publish-module.gradle"
1212
android {
1313

1414
namespace 'com.zigis.labeledseekslider'
15-
compileSdk 34
15+
compileSdk 35
1616

1717
defaultConfig {
1818
minSdkVersion 21
19-
targetSdkVersion 34
19+
targetSdkVersion 35
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
consumerProguardFiles "consumer-rules.pro"
@@ -46,5 +46,5 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation 'androidx.core:core-ktx:1.12.0'
49+
implementation 'androidx.core:core-ktx:1.15.0'
5050
}

0 commit comments

Comments
 (0)