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 3
3
buildscript {
4
4
repositories {
5
5
google()
6
- jcenter ()
6
+ mavenCentral ()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5.0 '
9
+ classpath ' com.android.tools.build:gradle:4.2.1 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
@@ -16,7 +16,7 @@ buildscript {
16
16
allprojects {
17
17
repositories {
18
18
google()
19
- jcenter ()
19
+ mavenCentral ()
20
20
}
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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 2
2
buildscript {
3
3
repositories {
4
4
google()
5
- jcenter ()
5
+ mavenCentral ()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3. 4.2'
9
+ classpath ' com.android.tools.build:gradle:4.2.1 '
10
10
}
11
11
}
12
12
13
13
apply plugin : ' com.android.application'
14
14
15
15
repositories {
16
16
google()
17
- jcenter ()
17
+ mavenCentral ()
18
18
}
19
19
20
20
dependencies {
21
-
22
-
23
-
24
-
25
21
implementation ' com.android.support:cardview-v7:24.0.0'
26
-
27
-
28
-
29
-
30
22
}
31
23
32
24
// The sample build uses multiple directories to
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ buildscript {
6
6
7
7
espressoVersion = ' 3.0.1'
8
8
junitVersion = ' 4.12'
9
- kotlinVersion = ' 1.3.11 '
9
+ kotlinVersion = ' 1.3.20 '
10
10
supportLibVersion = ' 27.0.2'
11
11
supportTestVersion = ' 1.0.1'
12
12
}
13
13
repositories {
14
14
google()
15
- jcenter ()
15
+ mavenCentral ()
16
16
}
17
17
dependencies {
18
- classpath ' com.android.tools.build:gradle:3.3.0 '
18
+ classpath ' com.android.tools.build:gradle:4.2.1 '
19
19
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
20
20
}
21
21
}
22
22
23
23
allprojects {
24
24
repositories {
25
25
google()
26
- jcenter ()
26
+ mavenCentral ()
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
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
25
25
ext {
@@ -37,7 +37,7 @@ buildscript {
37
37
}
38
38
39
39
dependencies {
40
- classpath ' com.android.tools.build:gradle:4.0 .1'
40
+ classpath ' com.android.tools.build:gradle:4.2 .1'
41
41
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
42
42
43
43
// NOTE: Do not place your application dependencies here; they belong
@@ -48,7 +48,7 @@ buildscript {
48
48
allprojects {
49
49
repositories {
50
50
google()
51
- jcenter ()
51
+ mavenCentral ()
52
52
}
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
19
19
distributionPath =wrapper/dists
20
20
zipStoreBase =GRADLE_USER_HOME
21
21
zipStorePath =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 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdkVersion 25
21
- buildToolsVersion ' 25 .0.0 '
22
- dataBinding . enabled = true
20
+ compileSdkVersion 30
21
+ buildToolsVersion ' 30 .0.2 '
22
+ buildFeatures . dataBinding = true
23
23
defaultConfig {
24
24
applicationId " com.example.android.databoundlist"
25
25
minSdkVersion 14
26
- targetSdkVersion 25
26
+ targetSdkVersion 28
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
}
@@ -36,7 +36,6 @@ android {
36
36
}
37
37
38
38
dependencies {
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'
42
41
}
Original file line number Diff line number Diff line change 18
18
19
19
buildscript {
20
20
repositories {
21
- jcenter()
21
+ google()
22
+ mavenCentral()
22
23
}
23
24
dependencies {
24
- classpath ' com.android.tools.build:gradle:2 .2.3 '
25
+ classpath ' com.android.tools.build:gradle:4 .2.1 '
25
26
26
27
// NOTE: Do not place your application dependencies here; they belong
27
28
// in the individual module build.gradle files
@@ -30,7 +31,8 @@ buildscript {
30
31
31
32
allprojects {
32
33
repositories {
33
- jcenter()
34
+ google()
35
+ mavenCentral()
34
36
}
35
37
}
36
38
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
-
17
16
# Project-wide Gradle settings.
18
17
19
18
# IDE (e.g. Android Studio) users:
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -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 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 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
+ #
17
+ # Mon Jun 07 09:36:42 PDT 2021
16
18
17
- # Mon Dec 28 10:00:20 PST 2015
18
19
distributionBase =GRADLE_USER_HOME
19
20
distributionPath =wrapper/dists
20
21
zipStoreBase =GRADLE_USER_HOME
21
22
zipStorePath =wrapper/dists
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6-all .zip
23
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1-bin .zip
You can’t perform that action at this time.
0 commit comments