-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
bac30b8
to
9dfe97e
Compare
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
zipStoreBase=GRADLE_USER_HOME | |||
zipStorePath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls run something with Gradle to update the wrapper, also you can use 4.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, wrapper isn't updating, Ive ran it many times...
@@ -36,9 +36,10 @@ docker run \ | |||
--env BINTRAY_USER="$BINTRAY_USER" \ | |||
--env BINTRAY_API_KEY="$BINTRAY_API_KEY" \ | |||
--env BINTRAY_GPG_PASSPHRASE="$BINTRAY_GPG_PASSPHRASE" \ | |||
--env ANDROID_HOME="" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sad workaround for NPE when accessing adb
in tests, with new commander
when ANDROID_HOME
is not set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or we could wrap them locally...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ouch, well ok for now I guess
@@ -36,9 +36,10 @@ docker run \ | |||
--env BINTRAY_USER="$BINTRAY_USER" \ | |||
--env BINTRAY_API_KEY="$BINTRAY_API_KEY" \ | |||
--env BINTRAY_GPG_PASSPHRASE="$BINTRAY_GPG_PASSPHRASE" \ | |||
--env ANDROID_HOME="" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ouch, well ok for now I guess
Resolves #37