Skip to content

Commit 7758a27

Browse files
committed
Migrate from deprecated android block to ApplicationExtension
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent a3301dc commit 7758a27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* SPDX-License-Identifier: GPL-3.0-or-later
44
*/
55

6+
import com.android.build.api.dsl.ApplicationExtension
7+
68
plugins {
79
alias(libs.plugins.android.application)
810
alias(libs.plugins.android.legacy.kapt)
@@ -31,7 +33,7 @@ kotlin {
3133
}
3234
}
3335

34-
android {
36+
configure<ApplicationExtension> {
3537
compileSdk = 36
3638
namespace = "org.schabi.newpipe"
3739

0 commit comments

Comments
 (0)