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

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Apr 18, 2020
1 parent b7aa047 commit 45cd482
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions advancedDownloader/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "at.huber.youtubeDownloader"
minSdkVersion 14
targetSdkVersion 22
versionCode 4
versionName "1.9"
versionCode 5
versionName "2.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sampleApp/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions youtubeExtractor/build.gradle
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}
Expand Down
Expand Up @@ -80,7 +80,7 @@ public abstract class YouTubeExtractor extends AsyncTask<String, Void, SparseArr

private static final Pattern patVariableFunction = Pattern.compile("([{; =])([a-zA-Z$][a-zA-Z0-9$]{0,2})\\.([a-zA-Z$][a-zA-Z0-9$]{0,2})\\(");
private static final Pattern patFunction = Pattern.compile("([{; =])([a-zA-Z$_][a-zA-Z0-9$]{0,2})\\(");

private static final Pattern patDecryptionJsFile = Pattern.compile("\\\\/s\\\\/player\\\\/([^\"]+?)\\.js");
private static final Pattern patSignatureDecFunction = Pattern.compile("\\b([\\w$]{2})\\s*=\\s*function\\((\\w+)\\)\\{\\s*\\2=\\s*\\2\\.split\\(\"\"\\)\\s*;");

Expand Down

0 comments on commit 45cd482

Please sign in to comment.