File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 25 .0.3"
5+ buildToolsVersion " 28 .0.3"
66
77 defaultConfig {
88 applicationId " net.iptux.xposed.usbdebugging"
@@ -29,8 +29,12 @@ android {
2929 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' XposedBridgeApi-rules.pro'
3030 }
3131 }
32+
33+ lintOptions {
34+ disable ' ExpiredTargetSdkVersion'
35+ }
3236}
3337
3438dependencies {
35- provided files( ' lib/XposedBridgeApi .jar' )
39+ compileOnly fileTree( dir : ' lib' , include : [ ' * .jar' ] )
3640}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:2.3 .2'
6+ classpath ' com.android.tools.build:gradle:3.4 .2'
77 }
88}
99
You can’t perform that action at this time.
0 commit comments