jensstein / oandbackup

backup manager for android
Other
544 stars 193 forks source link

Gradle plugin needs bump due to build error #181

Open rancidfrog opened 7 years ago

rancidfrog commented 7 years ago

Bintray:

Latest Version 2.3.3 2.3.2 2.4.0-alpha7 2.5.0-alpha-preview-02 2.4.0-alpha6

Build error: https://github.com/jensstein/oandbackup/blob/master/build.gradle#L6

$ ./gradlew assembleDebug
The android gradle plugin version 2.4.0-alpha5 is too old, please update to the latest version.

To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "b8da324fe2f47edcdf378866e4105490b587cc82"

FAILURE: Build failed with an exception.

* Where:
Build file '.../oandbackup/build.gradle' line: 10

* What went wrong:
A problem occurred evaluating root project 'oandbackup'.
> Failed to apply plugin [id 'com.android.application']
   > Could not create plugin of type 'AppPlugin'.
      > The android gradle plugin version 2.4.0-alpha5 is too old, please update to the latest version.

        To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "b8da324fe2f47edcdf378866e4105490b587cc82"

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED