v.0.4
This commit is contained in:
parent
aca94a5393
commit
63dfb9b197
70 changed files with 2829 additions and 1056 deletions
|
@ -20,6 +20,13 @@ dependencies {
|
|||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
//apply plugin: 'android-library'
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v4:25.3.1'
|
||||
}
|
||||
|
||||
|
||||
android {
|
||||
/*******************************************************
|
||||
* The following variables:
|
||||
|
@ -56,4 +63,4 @@ android {
|
|||
}
|
||||
}
|
||||
apply from: "androidnative.gradle"
|
||||
setAndroidNativePath("/../androidnative.pri");
|
||||
setAndroidNativePath("/../androidnative.pri");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue