File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 26
4+ compileSdkVersion 30
55 buildToolsVersion ' 29.0.2'
66 defaultConfig {
77 applicationId " com.udacity.notepad"
88 minSdkVersion 16
9- targetSdkVersion 26
9+ targetSdkVersion 30
1010 versionCode 1
1111 versionName " 1.0"
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 jcenter()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.5 .1'
12+ classpath ' com.android.tools.build:gradle:4.0 .1'
1313 }
1414}
1515
Original file line number Diff line number Diff line change 1- # Mon Oct 28 22 :39:10 EDT 2019
1+ # Tue Aug 11 17 :39:48 PDT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 .1-all.zip
You can’t perform that action at this time.
0 commit comments