Initial commit

This commit is contained in:
2019-02-26 14:46:10 +01:00
parent 0259ffd950
commit 0032606d56
13 changed files with 939 additions and 1 deletions

8
_android/build.gradle.2 Normal file
View File

@@ -0,0 +1,8 @@
buildscript {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:support-v4:23.0.+"
}
}