Skip to content

Commit

Permalink
Generate javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkrisu committed May 10, 2017
1 parent 0e90be5 commit 6545e29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build

app-release.apk
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "net.bookbuddy"
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -28,14 +28,16 @@ android {
it.buildConfigField 'String', 'GOOD_READS_API_KEY', GoodReadsApiKey
it.buildConfigField 'String', 'GOOD_READS_API_SECRET', GoodReadsApiSecret
}
productFlavors {
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile group: 'com.squareup.picasso', name: 'picasso', version: '2.3.2'
compile 'com.squareup.picasso:picasso:2.3.2'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:design:25.3.1'
Expand Down

0 comments on commit 6545e29

Please sign in to comment.