Guest
Title : Untitled
Guest on 20th September 2024 07:42:49 AM
Syntax: C | Views: 13 | Your IP: 3.149.242.80
  1. plugins {
  2.     alias(libs.plugins.android.application)
  3. }
  4.  
  5. android {
  6.     namespace = "com.example.project2"
  7.     compileSdk = 34
  8.  
  9.     defaultConfig {
  10.         applicationId = "com.example.project2"
  11.         minSdk = 26
  12.         targetSdk = 34
  13.         versionCode = 1
  14.         versionName = "1.0"
  15.  
  16.         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
  17.     }
  18.  
  19.     buildTypes {
  20.         release {
  21.             isMinifyEnabled = false
  22.             proguardFiles(
  23.                 getDefaultProguardFile("proguard-android-optimize.txt"),
  24.                 "proguard-rules.pro"
  25.             )
  26.         }
  27.     }
  28.     compileOptions {
  29.         sourceCompatibility = JavaVersion.VERSION_1_8
  30.         targetCompatibility = JavaVersion.VERSION_1_8
  31.     }
  32. }
  33.  
  34. dependencies {
  35.  
  36.     implementation(libs.appcompat)
  37.     implementation(libs.material)
  38.     implementation(libs.activity)
  39.     implementation(libs.constraintlayout)
  40.     testImplementation(libs.junit)
  41.     androidTestImplementation(libs.ext.junit)
  42.     androidTestImplementation(libs.espresso.core)
  43. }

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.