File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
compose/runtime-playground Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
id " com.android.settings" version " 8.7.0-alpha02"
24
24
}
25
25
26
- apply .. / ../ buildSrc/ ndk. gradle
26
+ apply from : " ../../buildSrc/ndk.gradle"
27
27
28
28
rootProject. name = " activity-playground"
29
29
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id " com.android.settings" version " 8.7.0-alpha02"
8
8
}
9
9
10
- apply .. / ../ buildSrc/ ndk. gradle
10
+ apply from : " ../../buildSrc/ndk.gradle"
11
11
12
12
rootProject. name = " appcompat-playground"
13
13
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
id " com.android.settings" version " 8.7.0-alpha02"
24
24
}
25
25
26
- apply .. / ../ buildSrc/ ndk. gradle
26
+ apply from : " ../../buildSrc/ndk.gradle"
27
27
28
28
rootProject. name = " biometric-playground"
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
id " com.android.settings" version " 8.7.0-alpha02"
24
24
}
25
25
26
- apply .. / ../ buildSrc/ ndk. gradle
26
+ apply from : " ../../buildSrc/ndk.gradle"
27
27
28
28
rootProject. name = " collections-playground"
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
id " com.android.settings" version " 8.7.0-alpha02"
24
24
}
25
25
26
- apply .. / ../ buildSrc/ ndk. gradle
26
+ apply from : " ../../buildSrc/ndk.gradle"
27
27
28
28
rootProject. name = " compose-runtime"
29
29
You can’t perform that action at this time.
0 commit comments