Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Apr 5, 2019
1 parent 8a61a66 commit 08fa278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VirtualApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'https://maven.fabric.io/public'
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
Expand Down
9 changes: 1 addition & 8 deletions VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
apply plugin: 'com.android.library'

Properties properties = new Properties()
def localProp = file(project.rootProject.file('local.properties'))
if (localProp.exists()) {
properties.load(localProp.newDataInputStream())
}
def exposedVersion = properties.getProperty("exposed.version") ?: "0.3.5"

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
Expand Down Expand Up @@ -46,7 +39,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api "me.weishu.exposed:exposed-core:${exposedVersion}"
api "me.weishu.exposed:exposed-core:0.7.5"
implementation "me.weishu:free_reflection:1.2.0"
}

Expand Down

0 comments on commit 08fa278

Please sign in to comment.