Skip to content

Commit 359b2eb

Browse files
committed
v1.0.23
1 parent 7174c36 commit 359b2eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="21" />
9+
android:targetSdkVersion="25" />
1010

1111
</manifest>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.toile-libre.libe</groupId>
55
<artifactId>soundtransform</artifactId>
6-
<version>1.0.23-SNAPSHOT</version>
6+
<version>1.0.23</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<packaging>aar</packaging>
9-
<description>Android library to shape a voice with an instrument.</description>
9+
<description>Android and Pure java library to modify a sound</description>
1010
<url>https://github.com/libetl/soundtransform</url>
1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)