mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-28 10:51:14 +00:00
Updated build tools
This commit is contained in:
parent
8450e9e5df
commit
e08ce49f63
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = 27
|
compileSdkVersion = 27
|
||||||
buildToolsVersion = "27"
|
buildToolsVersion = "27.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.faircode.netguard"
|
applicationId = "eu.faircode.netguard"
|
||||||
|
|
Loading…
Reference in a new issue