File tree Expand file tree Collapse file tree 5 files changed +34
-8
lines changed
Expand file tree Collapse file tree 5 files changed +34
-8
lines changed Original file line number Diff line number Diff line change 1+ language : android
2+ android :
3+ components :
4+ - platform-tools
5+ - tools
6+ - build-tools-22.0.1
7+ - android-23
8+ - extra
Original file line number Diff line number Diff line change @@ -7,22 +7,35 @@ buildscript {
77 }
88}
99
10+ apply plugin : ' com.android.library'
1011apply plugin : ' idea'
11- apply plugin : ' java'
1212apply plugin : ' bintray-release'
1313
14+ android {
15+ compileSdkVersion 23
16+ buildToolsVersion ' 22.0.1'
17+
18+ defaultConfig {
19+ minSdkVersion 9
20+ targetSdkVersion 23
21+ versionCode 19
22+ versionName ' 2.6.3'
23+ }
24+
25+ compileOptions {
26+ sourceCompatibility JavaVersion . VERSION_1_7
27+ targetCompatibility JavaVersion . VERSION_1_7
28+ }
29+ }
30+
1431idea {
1532 module {
1633 downloadJavadoc = true
1734 downloadSources = true
1835 }
1936}
2037
21- targetCompatibility = ' 1.7'
22- sourceCompatibility = ' 1.7'
23-
2438dependencies {
25- compile ' com.google.android:android:1.6_r2'
2639 compile ' org.slf4j:slf4j-android:1.7.21'
2740}
2841
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest
3+ package =" com.danikula.videocache" >
4+ <application />
5+ </manifest >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'com.neenbedankt.android-apt'
1616
1717android {
1818 compileSdkVersion 23
19- buildToolsVersion ' 24 '
19+ buildToolsVersion ' 22.0.1 '
2020
2121 defaultConfig {
2222 applicationId ' com.danikula.videocache.sample'
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ repositories {
55apply plugin : ' com.android.application'
66
77android {
8- compileSdkVersion 22
8+ compileSdkVersion 23
99 buildToolsVersion ' 22.0.1'
1010
1111 defaultConfig {
1212 applicationId ' com.danikula.proxycache.test'
1313 minSdkVersion 16
14- targetSdkVersion 22
14+ targetSdkVersion 23
1515 versionCode 1
1616 versionName ' 0.1'
1717 }
You can’t perform that action at this time.
0 commit comments