We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcc5bb commit 35706efCopy full SHA for 35706ef
2 files changed
annca/build.gradle
@@ -13,13 +13,13 @@ buildscript {
13
}
14
15
group = 'io.github.memfis19'
16
-version = '0.2.1'
+version = '0.3.0'
17
18
ext {
19
PUBLISH_GROUP_ID = 'io.github.memfis19'
20
PUBLISH_ARTIFACT_ID = 'annca'
21
- PUBLISH_VERSION = '0.2.1'
22
- PUBLISH_VERSION_CODE = 3
+ PUBLISH_VERSION = '0.3.0'
+ PUBLISH_VERSION_CODE = 4
23
SUPPORT_VERSION = '25.0.1'
24
TARGET_SDK = 24
25
MIN_SDK = 10
app/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
3
4
5
6
- PUBLISH_VERSION = '1.0.0'
7
- PUBLISH_VERSION_CODE = 1
+ PUBLISH_VERSION = '1.1.0'
+ PUBLISH_VERSION_CODE = 2
8
9
10
0 commit comments