Compare commits

..

No commits in common. "0df1501fd4ba141f98eaed9da2b0568aeabf8d17" and "2c3c1db96b77d7b776de2deb5c0753ebe2a2478c" have entirely different histories.

3 changed files with 16 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,6 +1,4 @@
.gradle
.idea
build
release
local.properties
app/local.properties
release

4
app/local.properties Normal file
View File

@ -0,0 +1,4 @@
sdk.dir=/home/vagrant/android-sdk
sdk-location=/home/vagrant/android-sdk
ndk.dir=/home/vagrant/android-ndk/r12b
ndk-location=/home/vagrant/android-ndk/r12b

11
local.properties Normal file
View File

@ -0,0 +1,11 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Nov 29 22:38:09 EST 2021
sdk.dir=/home/corewala/.android_sdk
sdk-location=/home/vagrant/android-sdk
ndk.dir=/home/vagrant/android-ndk/r12b
ndk-location=/home/vagrant/android-ndk/r12b