This commit is contained in:
LubuWest 2019-01-09 22:03:16 +01:00
commit 63dfb9b197
70 changed files with 2829 additions and 1056 deletions

View file

@ -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");