Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit c45bb35

Browse files
authored
Update ConstraintLayoutValidation gradle files (#607)
1 parent 1ec032a commit c45bb35

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

projects/ConstraintLayoutValidation/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ dependencies {
4242
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
4343
implementation 'androidx.appcompat:appcompat:1.2.0'
4444
implementation 'com.google.android.material:material:1.2.1'
45-
// implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta02'
45+
// implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4646
implementation project(path: ':constraintlayout')
4747
implementation project(path: ':core')
4848
implementation 'androidx.gridlayout:gridlayout:1.0.0'
4949
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
5050
implementation "androidx.cardview:cardview:1.0.0"
51+
implementation 'androidx.fragment:fragment:1.3.0'
5152

5253
// Unit Testing
5354
testImplementation 'junit:junit:4.13'

projects/ConstraintLayoutValidation/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.0-beta05'
9+
classpath 'com.android.tools.build:gradle:7.0.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -18,6 +18,7 @@ allprojects {
1818
repositories {
1919
// maven {
2020
// url 'http://localhost:1480'
21+
// allowInsecureProtocol(true)
2122
// }
2223
google()
2324
jcenter()

projects/ConstraintLayoutValidation/constraintlayout/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
39-
implementation 'androidx.core:core-ktx:1.6.0'
40-
implementation 'androidx.appcompat:appcompat:1.3.0'
38+
implementation 'androidx.appcompat:appcompat:1.2.0'
39+
implementation 'androidx.core:core:1.3.2'
4140
implementation project(path: ':core')
4241
testImplementation 'junit:junit:4.13.1'
4342
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

0 commit comments

Comments
 (0)