瀏覽代碼

Removed buildToolsVersion from build.gradle in another probably futile attempt to fix gradle errors.

Mark Sibly 7 年之前
父節點
當前提交
c3066864a4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      products/android/Monkey2Game/app/build.gradle

+ 0 - 1
products/android/Monkey2Game/app/build.gradle

@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 24
-    buildToolsVersion "26.0.2"
 
     defaultConfig {
         applicationId "${PACKAGE_NAME}"