Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Project Build :
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- buildscript {
- repositories {
- jcenter()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0'
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
- }
- allprojects {
- repositories {
- jcenter()
- }
- }
- Module : apply plugin: 'com.android.application'
- android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
- defaultConfig {
- applicationId "com.example.shaharsbday"
- minSdkVersion 15
- 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.android.support:appcompat-v7:21.0.3'
- }
- Propreties : ## This file is automatically generated by Android Studio.
- # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
- #
- # This file must *NOT* be checked into Version Control Systems,
- # as it contains information specific to your local configuration.
- #
- # Location of the SDK. This is only used by Gradle.
- # For customization when using a Version Control System, please read the
- # header note.
- #Tue Jan 06 20:36:36 IST 2015
- sdk.dir=C\:\\Users\\\u05D0\u05D3\u05D9\u05E8\\AppData\\Local\\Android\\sdk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement