Skip to content

Commit 0ed3e70

Browse files
committed
Update versions of dependencies
Update AGP and Gradle versions Update target + compile SDK versions Update Kotlin version number Update library version numbers
1 parent 0e9b246 commit 0ed3e70

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

app/build.gradle

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

44
android {
5-
compileSdkVersion 31
5+
compileSdkVersion 32
66

77
defaultConfig {
88
applicationId "com.example.tiptime"
99
minSdkVersion 19
10-
targetSdkVersion 31
10+
targetSdkVersion 32
1111
versionCode 1
1212
versionName "1.0"
1313
vectorDrawables.useSupportLibrary = true
@@ -28,11 +28,11 @@ android {
2828

2929
dependencies {
3030
implementation fileTree(dir: "libs", include: ["*.jar"])
31-
implementation 'androidx.core:core-ktx:1.6.0'
32-
implementation 'androidx.appcompat:appcompat:1.3.1'
33-
implementation 'com.google.android.material:material:1.4.0'
34-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
35-
testImplementation 'junit:junit:4.+'
31+
implementation 'androidx.core:core-ktx:1.7.0'
32+
implementation 'androidx.appcompat:appcompat:1.4.1'
33+
implementation 'com.google.android.material:material:1.5.0'
34+
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
35+
testImplementation 'junit:junit:4.13.2'
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
3838

build.gradle

Lines changed: 2 additions & 2 deletions
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.5.31"
3+
ext.kotlin_version = "1.6.10"
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.3'
9+
classpath 'com.android.tools.build:gradle:7.1.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip

0 commit comments

Comments
 (0)