Skip to content

Commit

Permalink
jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokolov committed Dec 2, 2016
1 parent 1483bc7 commit 93a26b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rxaa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,3 @@ artifacts {
archives sourcesJar
archives javadocJar
}

android.libraryVariants.all { variant ->
def name = variant.buildType.name
def task = project.tasks.create "jar${name.capitalize()}", Jar
task.dependsOn variant.javaCompile
task.from variant.javaCompile.destinationDir
artifacts.add('archives', task);
}
3 changes: 3 additions & 0 deletions rxaa/src/main/kotlin/me/ilich/rxandroidaudio/AudioOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import android.media.AudioFormat
import android.media.AudioRecord
import android.media.AudioTrack

/**
* Test javadoc
*/
class AudioOptions(
val mode: Mode,
val encoding: Int,
Expand Down

0 comments on commit 93a26b6

Please sign in to comment.