Skip to content

Commit

Permalink
project lib version changed and readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dibakarece committed Feb 5, 2018
1 parent 51819f1 commit a670180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "dm.audiostreamerdemo"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 25
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -20,8 +20,8 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
//compile project(path: ':dmaudiostreamer')
compile 'com.github.dibakarece:dmaudiostreamer:v1.0.3'
compile project(path: ':dmaudiostreamer')
//compile 'com.github.dibakarece:dmaudiostreamer:v1.0.3'
compile'com.nineoldandroids:library:2.4.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.google.code.gson:gson:2.6.2'
Expand Down
2 changes: 1 addition & 1 deletion dmaudiostreamer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 25
versionCode 2
versionName "1.0.2"

Expand Down

0 comments on commit a670180

Please sign in to comment.