moved on to new sdk, and put settings activity result into its fragment
This commit is contained in:
parent
dc46b3f6c0
commit
c0ce14dba5
4 changed files with 93 additions and 81 deletions
|
|
@ -7,7 +7,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "org.schabi.newpipe"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
versionCode 18
|
||||
versionName "0.8.0"
|
||||
}
|
||||
|
|
@ -31,10 +31,10 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:24.1.0'
|
||||
compile 'com.android.support:support-v4:24.1.0'
|
||||
compile 'com.android.support:design:24.1.0'
|
||||
compile 'com.android.support:recyclerview-v7:24.1.0'
|
||||
compile 'com.android.support:appcompat-v7:24.1.1'
|
||||
compile 'com.android.support:support-v4:24.1.1'
|
||||
compile 'com.android.support:design:24.1.1'
|
||||
compile 'com.android.support:recyclerview-v7:24.1.1'
|
||||
compile 'org.jsoup:jsoup:1.8.3'
|
||||
compile 'org.mozilla:rhino:1.7.7'
|
||||
compile 'info.guardianproject.netcipher:netcipher:1.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue