Guest
Title : Gradle
Guest on 20th September 2024 04:59:19 AM
Syntax: MARKDOWN | Views: 14 | Your IP: 3.147.61.9

plugins { alias(libs.plugins.android.application) }

android { namespace = "com.example.project2" compileSdk = 34

defaultConfig {
    applicationId = "com.example.project2"
    minSdk = 26
    targetSdk = 34
    versionCode = 1
    versionName = "1.0"

    testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
    release {
        isMinifyEnabled = false
        proguardFiles(
            getDefaultProguardFile("proguard-android-optimize.txt"),
            "proguard-rules.pro"
        )
    }
}
compileOptions {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}

}

dependencies {

implementation(libs.appcompat)
implementation(libs.material)
implementation(libs.activity)
implementation(libs.constraintlayout)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)

}


Edit Paste Earn Money
Raw Paste

What is JustPasteIT.ORG?

JustPasteIT.ORG is a secure and ad-free online platform for sharing code snippets, text, and notes. It allows users to create and share content anonymously by default, using a simple text editor with formatting features. The platform also offers short URLs for easy sharing and the option to save content as text files. It's designed for developers, students, and anyone who needs a quick and private way to share text online without distractions.