Skip to content

Commit

Permalink
minor gradel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
powerpoint45 committed Nov 27, 2017
1 parent dd0dc22 commit 4e44b0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.iml
.gradle
.idea
/local.properties
/.idea/workspace.xml
/.idea/libraries
Expand Down
16 changes: 6 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.powerpoint45.dtube"
minSdkVersion 19
targetSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -25,18 +25,14 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

compile 'us.feras.mdv:markdownview:1.1.0'
//compile 'us.feras.mdv:markdownview:1.1.0'
compile 'com.github.curioustechizen.android-ago:library:1.3.4'
compile 'cn.jzvd:jiaozivideoplayer:6.1.2'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.github.javiersantos:AppUpdater:2.6.3'
// compile 'com.faendir.rhino:rhino-android:1.4'
// compile 'org.apache.commons:commons-lang3:3.4'
// compile 'org.jsoup:jsoup:1.10.2'
compile 'com.makeramen:roundedimageview:2.3.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
// compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
testCompile 'junit:junit:4.12'
}
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand All @@ -16,6 +17,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
}
}

Expand Down

0 comments on commit 4e44b0d

Please sign in to comment.