Skip to content

Commit

Permalink
Temporary change for call Spotify service
Browse files Browse the repository at this point in the history
I'll will add all option in next version
  • Loading branch information
null committed Mar 18, 2019
1 parent 84d142f commit 82b3587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 3 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,28 @@ buildscript {
extra.set("compileSdk" , 28)
extra.set("targetSdk" , 28)
extra.set("buildTools" , "28.0.3")
extra.set("version_code" , 10)
extra.set("version_name" , "1.1.0")
extra.set("version_code" , 11)
extra.set("version_name" , "1.1.1")

repositories {
google()
jcenter()
maven("https://jitpack.io")
}
dependencies {
classpath("com.android.tools.build:gradle:3.3.1")
classpath("com.android.tools.build:gradle:3.3.2")
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
// Define versions in a single place
extra.apply{
set("minSdkVersion", 26)
set("targetSdkVersion", 27)
}

}



allprojects {
repositories {
google()
jcenter()
maven("https://jitpack.io")
}


}

task<Delete>("clean") {
Expand Down
4 changes: 0 additions & 4 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}


}

dependencies {

implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:${rootProject.extra.get("kotlinVersion")}")
implementation("androidx.appcompat:appcompat:1.0.2")
implementation("com.squareup.okhttp3:okhttp:3.12.0")

testImplementation("junit:junit:4.12")
androidTestImplementation("androidx.test:runner:1.1.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")
Expand Down

0 comments on commit 82b3587

Please sign in to comment.