Add gradle.properties and missing SDK25

Signed-off-by: binkybear <binkybear@nethunter.com>
This commit is contained in:
binkybear 2016-11-07 21:58:18 -06:00
parent 583c07f20f
commit 54247fdbaa
3 changed files with 19 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,6 +9,5 @@
/.idea/gradle.xml
/.idea/misc.xml
/.idea/modules.xml
/gradle.properties
/term/term-release.apk
/term/Term-nh.apk

16
gradle.properties Normal file
View File

@ -0,0 +1,16 @@
## Project-wide Gradle settings.
#
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Fri Sep 16 18:00:52 CDT 2016
android.useDeprecatedNdk=true

View File

@ -13,12 +13,12 @@ repositories {
}
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 25
buildToolsVersion "25"
defaultConfig {
minSdkVersion 4
targetSdkVersion 22
targetSdkVersion 25
versionCode 2
versionName "2.0"