Skip to content

Commit

Permalink
Updating README & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Fursov committed Jul 18, 2016
1 parent 078219a commit f119a38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Чат клиент для сервиса Investflow.Ru
## Чат клиент для сервиса [Investflow.Ru](http://investflow.ru)

### Построение
* Открыть проект в Android Studio
или
* Gradle (2.14+): ```gradle build -Dorg.gradle.java.home=<path to JDK7+>```
* Gradle (2.14+): ```gradle build -Dorg.gradle.java.home=<path to JDK7+>```

### Лицензия
Apache License 2.0
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 10
targetSdkVersion 24
versionCode 100
versionName "1.0"
versionName "1.0.0"
setProperty("archivesBaseName", "chatter-$versionName")
}
buildTypes {
Expand Down

0 comments on commit f119a38

Please sign in to comment.