Skip to content

Commit

Permalink
Fixed build tools version and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Jul 30, 2015
1 parent aeb5f2e commit 7f1f8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
build/*
.gradle/*
*.iml
local.properties

#osx
.DS_Store

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ POM_PACKAGING=jar
ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_SDK_VERSION=21
ANDROID_BUILD_TOOLS_VERSION=19.1
ANDROID_BUILD_TOOLS_VERSION=21.1.1
#21.1.1

POM_DESCRIPTION=Lightweight and Easy-to-use Key-Value Database.
Expand Down

0 comments on commit 7f1f8a3

Please sign in to comment.