File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
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
2929dependencies {
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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments