Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Bump js evaluator with minSdk 14
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed May 1, 2016
1 parent ce3733c commit a5c3d05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions advancedDownloader/build.gradle
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "at.huber.youtubeDownloader"
minSdkVersion 15
minSdkVersion 14
targetSdkVersion 22
versionCode 1
versionName "1.1"
Expand Down
4 changes: 2 additions & 2 deletions sampleApp/build.gradle
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "at.huber.sampleDownload"
minSdkVersion 15
minSdkVersion 14
targetSdkVersion 22
versionCode 1
versionName "1.0"
Expand Down
10 changes: 5 additions & 5 deletions youtubeExtractor/build.gradle
@@ -1,19 +1,19 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion "23.0.0"
compileSdkVersion 23
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 15
targetSdkVersion 22
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
}

dependencies {
compile('com.github.evgenyneu:js-evaluator-for-android:v1.0.3') {
compile('com.github.evgenyneu:js-evaluator-for-android:v1.0.4') {
exclude module: 'appcompat-v7'
}
}

0 comments on commit a5c3d05

Please sign in to comment.