This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717apply plugin : ' com.android.application'
1818
1919android {
20- compileSdkVersion 29
21- buildToolsVersion " 28 .0.3 "
20+ compileSdkVersion 30
21+ buildToolsVersion " 30 .0.2 "
2222
23- dataBinding {
24- enabled = true
23+ buildFeatures {
24+ dataBinding = true
2525 }
2626
2727 defaultConfig {
2828 applicationId " com.example.android.unsplash"
2929 minSdkVersion 21
30- targetSdkVersion 29
30+ targetSdkVersion 30
3131 versionCode 1
3232 versionName " 1.0"
3333 }
Original file line number Diff line number Diff line change 1919buildscript {
2020 repositories {
2121 google()
22- jcenter ()
22+ mavenCentral ()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:3.5.0 '
25+ classpath ' com.android.tools.build:gradle:4.2.1 '
2626
2727 // NOTE: Do not place your application dependencies here; they belong
2828 // in the individual module build.gradle files
@@ -32,6 +32,6 @@ buildscript {
3232allprojects {
3333 repositories {
3434 google()
35- jcenter ()
35+ mavenCentral ()
3636 }
3737}
Original file line number Diff line number Diff line change 1- # Tue Aug 27 12:07:02 BST 2019
1+ # Wed Jun 02 13:28:22 PDT 2021
22distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
34distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl = https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments