We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7174c36 commit 359b2ebCopy full SHA for 359b2eb
AndroidManifest.xml
@@ -6,6 +6,6 @@
6
7
<uses-sdk
8
android:minSdkVersion="8"
9
- android:targetSdkVersion="21" />
+ android:targetSdkVersion="25" />
10
11
</manifest>
pom.xml
@@ -3,10 +3,10 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.toile-libre.libe</groupId>
5
<artifactId>soundtransform</artifactId>
- <version>1.0.23-SNAPSHOT</version>
+ <version>1.0.23</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>aar</packaging>
- <description>Android library to shape a voice with an instrument.</description>
+ <description>Android and Pure java library to modify a sound</description>
<url>https://github.com/libetl/soundtransform</url>
<licenses>
12
<license>
0 commit comments