projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994802a
)
Android: update build tools version + versionCode bump for release
author
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 3 Jun 2017 17:36:01 +0000
(19:36 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 3 Jun 2017 17:36:17 +0000
(19:36 +0200)
build/android/build.gradle
patch
|
blob
|
history
diff --git
a/build/android/build.gradle
b/build/android/build.gradle
index 745952a22c03f90472d408f456f9b289982f2e1e..1263b22324e81decab57155a0b0c602383601bd0 100644
(file)
--- a/
build/android/build.gradle
+++ b/
build/android/build.gradle
@@
-11,10
+11,10
@@
apply plugin: "com.android.application"
android {
compileSdkVersion 25
- buildToolsVersion "25.0.
1
"
+ buildToolsVersion "25.0.
3
"
defaultConfig {
- versionCode 1
6
+ versionCode 1
7
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9