This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
projects/ConstraintLayoutValidation Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,13 @@ dependencies {
42
42
implementation ' androidx.recyclerview:recyclerview:1.2.0-alpha06'
43
43
implementation ' androidx.appcompat:appcompat:1.2.0'
44
44
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 '
46
46
implementation project(path : ' :constraintlayout' )
47
47
implementation project(path : ' :core' )
48
48
implementation ' androidx.gridlayout:gridlayout:1.0.0'
49
49
implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
50
50
implementation " androidx.cardview:cardview:1.0.0"
51
+ implementation ' androidx.fragment:fragment:1.3.0'
51
52
52
53
// Unit Testing
53
54
testImplementation ' junit:junit:4.13'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.0.0-beta05 '
9
+ classpath ' com.android.tools.build:gradle:7.0.0'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
@@ -18,6 +18,7 @@ allprojects {
18
18
repositories {
19
19
// maven {
20
20
// url 'http://localhost:1480'
21
+ // allowInsecureProtocol(true)
21
22
// }
22
23
google()
23
24
jcenter()
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ android {
35
35
}
36
36
37
37
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'
41
40
implementation project(path : ' :core' )
42
41
testImplementation ' junit:junit:4.13.1'
43
42
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
You can’t perform that action at this time.
0 commit comments