File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
6
6
android {
7
7
8
8
namespace ' com.example.labeledseekslider'
9
- compileSdk 34
9
+ compileSdk 35
10
10
11
11
defaultConfig {
12
12
applicationId " com.zigis.labeledseekslider.sample"
13
13
minSdkVersion 21
14
- targetSdkVersion 34
14
+ targetSdkVersion 35
15
15
versionCode 1
16
16
versionName " 1.0"
17
17
@@ -41,8 +41,8 @@ android {
41
41
42
42
dependencies {
43
43
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 '
47
47
implementation project(' :labeledseekslider' )
48
48
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.9 .21'
3
+ ext. kotlin_version = ' 2.0 .21'
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.2.0 '
9
+ classpath ' com.android.tools.build:gradle:8.7.3 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Sun May 01 22:06:35 EEST 2022
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ apply from: "${rootProject.projectDir}/maven/publish-module.gradle"
12
12
android {
13
13
14
14
namespace ' com.zigis.labeledseekslider'
15
- compileSdk 34
15
+ compileSdk 35
16
16
17
17
defaultConfig {
18
18
minSdkVersion 21
19
- targetSdkVersion 34
19
+ targetSdkVersion 35
20
20
21
21
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
22
22
consumerProguardFiles " consumer-rules.pro"
@@ -46,5 +46,5 @@ android {
46
46
}
47
47
48
48
dependencies {
49
- implementation ' androidx.core:core-ktx:1.12 .0'
49
+ implementation ' androidx.core:core-ktx:1.15 .0'
50
50
}
You can’t perform that action at this time.
0 commit comments