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 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdkVersion 29
21
- buildToolsVersion " 28 .0.3 "
20
+ compileSdkVersion 30
21
+ buildToolsVersion " 30 .0.2 "
22
22
23
- dataBinding {
24
- enabled = true
23
+ buildFeatures {
24
+ dataBinding = true
25
25
}
26
26
27
27
defaultConfig {
28
28
applicationId " com.example.android.unsplash"
29
29
minSdkVersion 21
30
- targetSdkVersion 29
30
+ targetSdkVersion 30
31
31
versionCode 1
32
32
versionName " 1.0"
33
33
}
Original file line number Diff line number Diff line change 19
19
buildscript {
20
20
repositories {
21
21
google()
22
- jcenter ()
22
+ mavenCentral ()
23
23
}
24
24
dependencies {
25
- classpath ' com.android.tools.build:gradle:3.5.0 '
25
+ classpath ' com.android.tools.build:gradle:4.2.1 '
26
26
27
27
// NOTE: Do not place your application dependencies here; they belong
28
28
// in the individual module build.gradle files
@@ -32,6 +32,6 @@ buildscript {
32
32
allprojects {
33
33
repositories {
34
34
google()
35
- jcenter ()
35
+ mavenCentral ()
36
36
}
37
37
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3
4
distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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