Skip to content

Commit

Permalink
Bintray sunset, temporarily direct use aar instead
Browse files Browse the repository at this point in the history
  • Loading branch information
canyie committed May 15, 2021
1 parent e09e847 commit 5873708
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

// ndk version is required on my computer but not required on CI
// ndkVersion rootProject.ext.ndkVersion
ndkVersion rootProject.ext.ndkVersion

defaultConfig {
applicationId "top.canyie.dreamland"
Expand Down Expand Up @@ -64,8 +64,8 @@ dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
// The latest pine not published to online repo yet, just direct use aar
//implementation 'top.canyie.pine:core:0.2.5'
implementation 'top.canyie.pine:xposed:0.0.8'
implementation 'top.canyie.pine:enhances:0.0.1'
//implementation 'top.canyie.pine:xposed:0.0.8'
//implementation 'top.canyie.pine:enhances:0.0.1'
implementation 'com.google.code.gson:gson:2.8.6'
compileOnly files('lib/hiddenapis-stub.jar')
testImplementation 'junit:junit:4.12'
Expand Down
Binary file added app/libs/pine-core.aar
Binary file not shown.
Binary file added app/libs/pine-enhances.aar
Binary file not shown.
Binary file added app/libs/pine-xposed.aar
Binary file not shown.

0 comments on commit 5873708

Please sign in to comment.