This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +35
-42
lines changed
AnimationsInterpolatorPlayground
DataBindingDataBoundRecyclerView Expand file tree Collapse file tree 14 files changed +35
-42
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 google()
6- jcenter ()
6+ mavenCentral ()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.5.0 '
9+ classpath ' com.android.tools.build:gradle:4.2.1 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
1616allprojects {
1717 repositories {
1818 google()
19- jcenter ()
19+ mavenCentral ()
2020 }
2121}
2222
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-5.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
Original file line number Diff line number Diff line change 22buildscript {
33 repositories {
44 google()
5- jcenter ()
5+ mavenCentral ()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3. 4.2'
9+ classpath ' com.android.tools.build:gradle:4.2.1 '
1010 }
1111}
1212
1313apply plugin : ' com.android.application'
1414
1515repositories {
1616 google()
17- jcenter ()
17+ mavenCentral ()
1818}
1919
2020dependencies {
21-
22-
23-
24-
2521 implementation ' com.android.support:cardview-v7:24.0.0'
26-
27-
28-
29-
3022}
3123
3224// The sample build uses multiple directories to
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 .1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ buildscript {
66
77 espressoVersion = ' 3.0.1'
88 junitVersion = ' 4.12'
9- kotlinVersion = ' 1.3.11 '
9+ kotlinVersion = ' 1.3.20 '
1010 supportLibVersion = ' 27.0.2'
1111 supportTestVersion = ' 1.0.1'
1212 }
1313 repositories {
1414 google()
15- jcenter ()
15+ mavenCentral ()
1616 }
1717 dependencies {
18- classpath ' com.android.tools.build:gradle:3.3.0 '
18+ classpath ' com.android.tools.build:gradle:4.2.1 '
1919 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
2020 }
2121}
2222
2323allprojects {
2424 repositories {
2525 google()
26- jcenter ()
26+ mavenCentral ()
2727 }
2828}
2929
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https://services.gradle.org/distributions/gradle-5.1 .1-all.zip
3+ distributionUrl =https\ ://services.gradle.org/distributions/gradle-6.7 .1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1919buildscript {
2020 repositories {
2121 google()
22- jcenter ()
22+ mavenCentral ()
2323 }
2424
2525 ext {
@@ -37,7 +37,7 @@ buildscript {
3737 }
3838
3939 dependencies {
40- classpath ' com.android.tools.build:gradle:4.0 .1'
40+ classpath ' com.android.tools.build:gradle:4.2 .1'
4141 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
4242
4343 // NOTE: Do not place your application dependencies here; they belong
@@ -48,7 +48,7 @@ buildscript {
4848allprojects {
4949 repositories {
5050 google()
51- jcenter ()
51+ mavenCentral ()
5252 }
5353}
5454
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
1919distributionPath =wrapper/dists
2020zipStoreBase =GRADLE_USER_HOME
2121zipStorePath =wrapper/dists
22- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 .1-all.zip
22+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 .1-all.zip
Original file line number Diff line number Diff line change 1717apply plugin : ' com.android.application'
1818
1919android {
20- compileSdkVersion 25
21- buildToolsVersion ' 25 .0.0 '
22- dataBinding . enabled = true
20+ compileSdkVersion 30
21+ buildToolsVersion ' 30 .0.2 '
22+ buildFeatures . dataBinding = true
2323 defaultConfig {
2424 applicationId " com.example.android.databoundlist"
2525 minSdkVersion 14
26- targetSdkVersion 25
26+ targetSdkVersion 28
2727 versionCode 1
2828 versionName " 1.0"
2929 }
@@ -36,7 +36,6 @@ android {
3636}
3737
3838dependencies {
39- compile fileTree(dir : ' libs' , include : [' *.jar' ])
40- testCompile ' junit:junit:4.12'
41- compile ' com.android.support:appcompat-v7:25.1.1'
39+ testImplementation ' junit:junit:4.12'
40+ implementation ' com.android.support:appcompat-v7:28.0.0'
4241}
Original file line number Diff line number Diff line change 1818
1919buildscript {
2020 repositories {
21- jcenter()
21+ google()
22+ mavenCentral()
2223 }
2324 dependencies {
24- classpath ' com.android.tools.build:gradle:2 .2.3 '
25+ classpath ' com.android.tools.build:gradle:4 .2.1 '
2526
2627 // NOTE: Do not place your application dependencies here; they belong
2728 // in the individual module build.gradle files
@@ -30,7 +31,8 @@ buildscript {
3031
3132allprojects {
3233 repositories {
33- jcenter()
34+ google()
35+ mavenCentral()
3436 }
3537}
3638
You can’t perform that action at this time.
0 commit comments