File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
38
38
Next, add the dependency to your project's ` build.gradle(.kts) ` file:
39
39
40
40
``` groovy
41
- implementation("io.appwrite:sdk-for-android:0.0.1")
41
+ implementation("io.appwrite:sdk-for-android:0.0.1-SNAPSHOT ")
42
42
```
43
43
44
44
### Maven
@@ -49,7 +49,7 @@ Add this to your project's `pom.xml` file:
49
49
<dependency >
50
50
<groupId >io.appwrite</groupId >
51
51
<artifactId >sdk-for-android</artifactId >
52
- <version >0.0.1</version >
52
+ <version >0.0.1-SNAPSHOT </version >
53
53
</dependency >
54
54
</dependencies >
55
55
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
3
3
// Top-level build file where you can add configuration options common to all sub-projects/modules.
4
4
buildscript {
5
5
ext. kotlin_version = " 1.4.31"
6
- version ' 0.0.1'
6
+ version ' 0.0.1-SNAPSHOT '
7
7
repositories {
8
8
maven { url " https://plugins.gradle.org/m2/" }
9
9
google()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
ext {
8
8
PUBLISH_GROUP_ID = ' io.appwrite'
9
9
PUBLISH_ARTIFACT_ID = ' sdk-for-android'
10
- PUBLISH_VERSION = ' 0.0.1'
10
+ PUBLISH_VERSION = ' 0.0.1-SNAPSHOT '
11
11
POM_URL = ' https://github.com/appwrite/sdk-for-android'
12
12
POM_SCM_URL = ' https://github.com/appwrite/sdk-for-android'
13
13
POM_ISSUE_URL = ' https://github.com/appwrite/sdk-for-android/issues'
You can’t perform that action at this time.
0 commit comments