Skip to content

Commit

Permalink
Update final project starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Silver committed Nov 7, 2016
1 parent 4609e70 commit cbc7e30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
18 changes: 10 additions & 8 deletions FinalProject/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
compileSdkVersion 25
buildToolsVersion "24.0.3"

defaultConfig {
applicationId "com.udacity.gradle.builditbigger"
minSdkVersion 15
targetSdkVersion 24
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
Expand All @@ -22,7 +22,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.1.1'
// Added for AdMob
compile 'com.google.android.gms:play-services-ads:9.4.0'
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.google.android.gms:play-services-ads:9.8.0'
}

This file was deleted.

2 changes: 1 addition & 1 deletion FinalProject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-beta1'
classpath 'com.android.tools.build:gradle:2.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit cbc7e30

Please sign in to comment.