Upgrading the build.gradle of the android app(AIDE)

1.3k views Asked by At

i am using an android app called AIDE to build android apps, how do i get to upgrade its gradle as the current version that I am using is

Here classpath 'com.android.tools.build:gradle:1+

and I would like to upgrade to the latest version 3.3. Please how do I go about this as it will help to make my work and studies smooth

Thanks

2

There are 2 answers

0
Dario On

Did you try change classpath on build.gradle, then refresh build and run app? check ~/build .gradle not ~/app/build.gradle

maybe you need upgrade your AIDE to PRO for save the change

0
BenjaminWegener On

If you have the pro version, try to delete the line:

classpath 'com.android.tools.build:gradle:1.+' 

if that doesnt't help, copy this line to build.gradle:

classpath 'com.android.tools.build:gradle:3.0.1'