Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-savvasdalkitsis committed May 19, 2018
1 parent d4b34c3 commit 4ba338b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
build_tools_version = '27.0.3'
min_sdk_version = 16
target_sdk_version = 27
app_version = '1.2'
app_version_code = 5
app_version = '1.3'
app_version_code = 7
kotlin_version = '1.2.41'
support_version = '27.1.0'
retrofit_version = '2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion changelog/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
</style>

#### v1.3
##### ?
##### 19 May 2018

* Added Android Wear support
* Online sync functionality. You can now create an online account so you never lose your drawings
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ KEYSTORE_ALIAS=
FACEBOOK_APPLICATION_ID=
FACEBOOK_LOGIN_PROTOCOL_SCHEME=
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_CONSUMER_SECRET=
org.gradle.configureondemand=false

0 comments on commit 4ba338b

Please sign in to comment.