Skip to content

Commit

Permalink
Update android gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 31, 2024
1 parent 832f0df commit 4175a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
* limitations under the License.
*/
buildscript {
ext {
agp_version = '7.4.2'
}
ext.kotlin_version = "1.8.0"
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "com.android.tools.build:gradle:$agp_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.20'
classpath 'net.researchgate:gradle-release:2.8.1'
Expand Down

0 comments on commit 4175a7f

Please sign in to comment.