Skip to content

Commit

Permalink
Merge pull request #1 from mar-v-in/master
Browse files Browse the repository at this point in the history
Fix gradle file and manifest to integrate with OK
  • Loading branch information
Dominik Schürmann committed Jul 5, 2014
2 parents 337ba55 + 9e92461 commit 4239ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repositories {
apply plugin: 'android-library'

android {
compileSdkVersion 17
buildToolsVersion "19.0.3"
compileSdkVersion 19
buildToolsVersion "19.1"

defaultConfig {
minSdkVersion 8
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:versionCode="1"
android:versionName="1.0">

<application android:label="TokenAutoComplete" />
<application />

</manifest>

0 comments on commit 4239ef0

Please sign in to comment.