Skip to content

Commit

Permalink
-updated build.gradle scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodion Surzhenko authored and Rodion Surzhenko committed Dec 2, 2016
1 parent 7fcc5bb commit 35706ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions annca/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ buildscript {
}

group = 'io.github.memfis19'
version = '0.2.1'
version = '0.3.0'

ext {
PUBLISH_GROUP_ID = 'io.github.memfis19'
PUBLISH_ARTIFACT_ID = 'annca'
PUBLISH_VERSION = '0.2.1'
PUBLISH_VERSION_CODE = 3
PUBLISH_VERSION = '0.3.0'
PUBLISH_VERSION_CODE = 4
SUPPORT_VERSION = '25.0.1'
TARGET_SDK = 24
MIN_SDK = 10
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
ext {
PUBLISH_GROUP_ID = 'io.github.memfis19'
PUBLISH_ARTIFACT_ID = 'annca'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION_CODE = 1
PUBLISH_VERSION = '1.1.0'
PUBLISH_VERSION_CODE = 2
SUPPORT_VERSION = '25.0.1'
TARGET_SDK = 24
MIN_SDK = 10
Expand Down

0 comments on commit 35706ef

Please sign in to comment.