Added default gradle.properties + updated versions in build.gradle
This commit is contained in:
parent
673edf7c6d
commit
51580941a2
3 changed files with 10 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -48,3 +48,4 @@ tests/tests.output
|
||||||
WORK
|
WORK
|
||||||
.d
|
.d
|
||||||
google-services.json
|
google-services.json
|
||||||
|
gradle.properties
|
||||||
|
|
|
@ -24,7 +24,7 @@ dependencies {
|
||||||
android {
|
android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "23.0.2"
|
buildToolsVersion "25.0.2"
|
||||||
applicationId "org.linphone"
|
applicationId "org.linphone"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
@ -181,4 +181,4 @@ task linphoneAndroidSdk(type: Zip) {
|
||||||
}
|
}
|
||||||
include "linphone.jar"
|
include "linphone.jar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
7
gradle.properties
Normal file
7
gradle.properties
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
// Signing APK Release
|
||||||
|
RELEASE_STORE_FILE=""
|
||||||
|
RELEASE_STORE_PASSWORD=
|
||||||
|
RELEASE_KEY_ALIAS=
|
||||||
|
RELEASE_KEY_PASSWORD=
|
||||||
|
|
||||||
|
org.gradle.jvmargs=-Xmx1536M
|
Loading…
Reference in a new issue