You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// testCompile 'junit:junit:4.+'
+}
\ No newline at end of file
diff --git a/SampleAndroidOAuth2/build.gradle b/SampleAndroidOAuth2/build.gradle
index 74b2ab0..3819a61 100644
--- a/SampleAndroidOAuth2/build.gradle
+++ b/SampleAndroidOAuth2/build.gradle
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
git diff
diff --git a/SampleAndroidOAuth2/app/build.gradle b/SampleAndroidOAuth2/app/build.gradle
index 34c11d7..1848cbc 100644
--- a/SampleAndroidOAuth2/app/build.gradle
+++ b/SampleAndroidOAuth2/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28 //25
// buildToolsVersion "24.0.3"
defaultConfig {
applicationId "com.fitbit.sampleandroidoauth2"
@@ -22,6 +22,7 @@ android {
}
}
+/*
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':fitbitapi')
@@ -33,3 +34,16 @@ dependencies {
}
+*/
+
+dependencies {
+}
\ No newline at end of file
diff --git a/SampleAndroidOAuth2/build.gradle b/SampleAndroidOAuth2/build.gradle
index 74b2ab0..3819a61 100644
--- a/SampleAndroidOAuth2/build.gradle
+++ b/SampleAndroidOAuth2/build.gradle
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
+/*
buildscript {
repositories {
jcenter()
@@ -21,3 +21,23 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
+*/
+buildscript {
+}
+allprojects {
+}
I also updated the gradle.properties files to
distributionUrl=https://services.gradle.org/distributions/gradle-5.1.1-all.zip
The text was updated successfully, but these errors were encountered: