Upgrade Gradle to 8.1.1

This commit is contained in:
Shivam Goyal
2023-09-25 01:17:35 +05:30
parent 63240ed10b
commit 7e3c8c465f
4 changed files with 23 additions and 14 deletions

View File

@@ -1,14 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
nav_version = "2.6.0"
}
}
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'com.android.test' version '8.1.0' apply false
id 'com.google.dagger.hilt.android' version '2.48' apply false
id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false
alias libs.plugins.android.application apply false
alias libs.plugins.android.library apply false
alias libs.plugins.android.test apply false
alias libs.plugins.hilt.android apply false
alias libs.plugins.kotlin.android apply false
alias libs.plugins.ksp apply false
}