diff --git a/Aar File/boommenu-debug.aar b/Aar File/boommenu-debug.aar new file mode 100644 index 0000000..9ae2088 Binary files /dev/null and b/Aar File/boommenu-debug.aar differ diff --git a/Aar File/boommenu-release.aar b/Aar File/boommenu-release.aar new file mode 100644 index 0000000..b633993 Binary files /dev/null and b/Aar File/boommenu-release.aar differ diff --git a/app/build.gradle b/app/build.gradle index 78843c4..227a9df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' +} \ No newline at end of file diff --git a/boommenu/build.gradle b/boommenu/build.gradle index 3c3ae28..779ff31 100644 --- a/boommenu/build.gradle +++ b/boommenu/build.gradle @@ -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://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle' -apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle' \ No newline at end of file +// Comment out these lines if you're not publishing to JCenter anymore +// apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle' +// apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle' \ No newline at end of file diff --git a/build.gradle b/build.gradle index 5f06e06..d91f0e9 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a220298..ffed3a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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