aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-11-28 20:15:40 -0600
committerSamuel Holland <samuel@sholland.org>2017-11-28 20:15:40 -0600
commita2afbd0e1aa37a8cf8e96f76ee1055d6105d25f1 (patch)
tree6f77cff819983a98da5fb98b2cd9cd666dd51800 /app/build.gradle
parentConfigListFragment: Use a floating action menu (diff)
downloadwireguard-android-a2afbd0e1aa37a8cf8e96f76ee1055d6105d25f1.tar.xz
wireguard-android-a2afbd0e1aa37a8cf8e96f76ee1055d6105d25f1.zip
build.gradle: Consistent quoting style
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ed84813b..a961dde8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- buildToolsVersion "27.0.0"
+ buildToolsVersion '27.0.1'
buildTypes {
release {
minifyEnabled false
@@ -13,11 +13,11 @@ android {
enabled true
}
defaultConfig {
- applicationId "com.wireguard.android"
+ applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
versionCode 100
- versionName "0.1.0"
+ versionName '0.1.0'
}
}