Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-08 16:04:40 +03:00
parent fb4b20de61
commit 2b6b129096
19 changed files with 417 additions and 418 deletions

View file

@ -1,5 +1,4 @@
buildscript {
ext.kotlin_version = '1.2.60'
repositories {
google()
@ -20,4 +19,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}