Downgrade gradle build tools to make R class generated on Linux

This commit is contained in:
Shinokuni 2019-03-02 22:38:49 +01:00
parent f09ac70ccf
commit faa698d390
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong