इस build.gradle
फ़ाइल को नीचे देख रहे हैं
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "package.myapp"
minSdkVersion 19
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.nineoldandroids:library:2.4.0'
}
क्या होगा अगर मैं इस परियोजना के लिए इस पुस्तकालय को चुनने के बारे में एक टिप्पणी लिखना चाहूंगा ,
build.gradle
फ़ाइल में टिप्पणी लिखने के लिए वाक्य रचना क्या है ?