diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 736c7b5..bd4202c 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -3,8 +3,10 @@
-
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 8d0c7fa..88eb411 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,7 +3,31 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -22,5 +46,4 @@
-
-
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 9330c6f..6eed29f 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,9 +2,8 @@
-
+
-
-
+
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index 212df4e..cfb7dfc 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -9,11 +9,15 @@
+
-
-
-
-
+
+
+
+
+ generateDebugAndroidTestSources
+ generateDebugSources
+
@@ -22,8 +26,9 @@
-
+
+
@@ -31,11 +36,13 @@
-
-
-
-
-
+
+
+
+
+
+
+
@@ -64,6 +71,10 @@
+
+
+
+
@@ -77,27 +88,28 @@
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
-
-
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index a0dce10..e89c1ff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,19 +1,19 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 19
- buildToolsVersion "19.1.0"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.0"
defaultConfig {
applicationId "com.google.ytdl"
minSdkVersion 16
- targetSdkVersion 19
+ targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
- runProguard false
+ minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
@@ -21,8 +21,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.google.android.gms:play-services:+'
- compile 'com.android.support:support-v13:20.0.0'
+ compile 'com.google.android.gms:play-services-plus:7.8.0'
+ compile 'com.android.support:support-v13:23.0.0'
compile 'com.google.apis:google-api-services-youtube:v3-rev120-1.19.0'
compile 'com.google.http-client:google-http-client-android:+'
compile 'com.google.api-client:google-api-client-android:+'
diff --git a/app/libs/YouTubeAndroidPlayerApi.jar b/app/libs/YouTubeAndroidPlayerApi.jar
index c7825a7..1dc2b82 100644
Binary files a/app/libs/YouTubeAndroidPlayerApi.jar and b/app/libs/YouTubeAndroidPlayerApi.jar differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a29ddbe..0279e23 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -6,27 +6,18 @@
+ android:targetSdkVersion="23" />
-
-
-
-
-
-
-
-
+
+
-
+
@@ -15,5 +16,4 @@
-
-
+
\ No newline at end of file