mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
revert to android gradle plugin 1.0.1 until we figure out why
1.2.3 can't produce the automation build type. Closes #3480 // FREEBIE
This commit is contained in:
parent
a25bedff28
commit
d929caf0e6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.2.3'
|
||||
classpath 'com.android.tools.build:gradle:1.0.1'
|
||||
classpath files('libs/gradle-witness.jar')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue