Files
prometheus-android-exporter/client/build.gradle
Martin Ptáček 61aa70fe01 upgrade gradle
2023-05-28 14:51:22 +02:00

11 lines
364 B
Groovy

buildscript {
ext {
compose_ui_version = '1.4.2'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
}