Skip to content

Commit 08fa278

Browse files
author
tiann
committed
Update dependencies
1 parent 8a61a66 commit 08fa278

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

VirtualApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
buildscript {
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'

VirtualApp/lib/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
apply 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-
103
android {
114
compileSdkVersion 28
125
buildToolsVersion '28.0.3'
@@ -46,7 +39,7 @@ android {
4639

4740
dependencies {
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

0 commit comments

Comments
 (0)