<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".CardioActivity">
plugins {
id("com.android.application")
}
android {
compileSdk = 31
defaultConfig {
applicationId = "com.example.cardio"
minSdk = 21
targetSdk = 31
versionCode = 1
versionName = "1.0"
}
buildTypes {
release {
// Konfiguracja dla wersji release
}
}
}
dependencies {
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("com.google.android.material:material:1.5.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
}
I błąd taki wyskakuje .
e: file:///C:/Users/scalo/AndroidStudioProjects/Cardio/app/build.gradle.kts:1:1: Expecting an element