Changement du compileSdk

pull/6/head
N4rio 2 months ago
parent 2dda6f6574
commit 1bce582cf6

@ -5,12 +5,12 @@ plugins {
android { android {
namespace = "com.example.what_the_fantasy" namespace = "com.example.what_the_fantasy"
compileSdk = 34 compileSdk = 35
defaultConfig { defaultConfig {
applicationId = "com.example.what_the_fantasy" applicationId = "com.example.what_the_fantasy"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 35
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"

@ -4,8 +4,10 @@ import android.os.Bundle
import androidx.activity.ComponentActivity import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge import androidx.activity.enableEdgeToEdge
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme import com.example.what_the_fantasy.ui.theme.What_The_FantasyTheme
@Composable @Composable
fun LoginPage() {} fun LoginPage() {
}
Loading…
Cancel
Save