File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 repositories {
5- jcenter()
65 maven {
76 url ' https://maven.google.com/'
87 name ' Google'
98 }
109 maven {
1110 url ' https://maven.fabric.io/public'
1211 }
12+ jcenter()
1313 }
1414 dependencies {
1515 classpath ' com.android.tools.build:gradle:3.2.1'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3- Properties properties = new Properties ()
4- def localProp = file(project. rootProject. file(' local.properties' ))
5- if (localProp. exists()) {
6- properties. load(localProp. newDataInputStream())
7- }
8- def exposedVersion = properties. getProperty(" exposed.version" ) ?: " 0.3.5"
9-
103android {
114 compileSdkVersion 28
125 buildToolsVersion ' 28.0.3'
@@ -46,7 +39,7 @@ android {
4639
4740dependencies {
4841 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
49- api " me.weishu.exposed:exposed-core:${ exposedVersion } "
42+ api " me.weishu.exposed:exposed-core:0.7.5 "
5043 implementation " me.weishu:free_reflection:1.2.0"
5144}
5245
You can’t perform that action at this time.
0 commit comments