Skip to content

Commit 35706ef

Browse files
Rodion SurzhenkoRodion Surzhenko
authored andcommitted
-updated build.gradle scripts.
1 parent 7fcc5bb commit 35706ef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

annca/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ buildscript {
1313
}
1414

1515
group = 'io.github.memfis19'
16-
version = '0.2.1'
16+
version = '0.3.0'
1717

1818
ext {
1919
PUBLISH_GROUP_ID = 'io.github.memfis19'
2020
PUBLISH_ARTIFACT_ID = 'annca'
21-
PUBLISH_VERSION = '0.2.1'
22-
PUBLISH_VERSION_CODE = 3
21+
PUBLISH_VERSION = '0.3.0'
22+
PUBLISH_VERSION_CODE = 4
2323
SUPPORT_VERSION = '25.0.1'
2424
TARGET_SDK = 24
2525
MIN_SDK = 10

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
33
ext {
44
PUBLISH_GROUP_ID = 'io.github.memfis19'
55
PUBLISH_ARTIFACT_ID = 'annca'
6-
PUBLISH_VERSION = '1.0.0'
7-
PUBLISH_VERSION_CODE = 1
6+
PUBLISH_VERSION = '1.1.0'
7+
PUBLISH_VERSION_CODE = 2
88
SUPPORT_VERSION = '25.0.1'
99
TARGET_SDK = 24
1010
MIN_SDK = 10

0 commit comments

Comments
 (0)