Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
spyhunter99 committed Jan 8, 2017
1 parent 3993cb4 commit c1d8278
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 11 deletions.
50 changes: 40 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
**/bin/*
**/target/*
**/gen/*
**/build/*
**/.idea/*
**/*.iml
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
gen-external-apklibs/
target/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project
.settings

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

# Gradle
build/
.gradle
/local.properties
/.idea/workspace.xml
.DS_Store
.metadata/*

# vim swap files
*.swp`
*.swo
*.jks
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android.versionCode=4000
description=SuperToolTips is an Open Source Android library that allows developers to easily create Tool Tips for views. Originally written by nhaarman at github

# NOTE: this is also used as the default project.version
pom.version=4.0.0-SNAPSHOT
pom.version=4.0.0

# NOTE: this is also used as the default project.group
pom.groupId=com.github.spyhunter99
Expand Down

0 comments on commit c1d8278

Please sign in to comment.