We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21413c commit 93f600eCopy full SHA for 93f600e
PdCore/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-version = '1.0.2'
+version = '1.0.3-SNAPSHOT'
6
group = 'org.puredata.android'
7
archivesBaseName = 'pd-core'
8
README.md
@@ -25,7 +25,7 @@ Add the dependency to your app:
25
26
```gradle
27
dependencies {
28
- compile 'org.puredata.android:pd-core:1.0.2-rc1'
+ compile 'org.puredata.android:pd-core:1.0.2'
29
30
// ... other dependencies
31
}
0 commit comments