From b8ed334748ff32fd33768bbffa6f74917c40bc96 Mon Sep 17 00:00:00 2001 From: Shilyaev Egor Date: Thu, 6 Jul 2017 23:40:52 +0500 Subject: [PATCH] =?UTF-8?q?refactor:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + android/gradle.properties | 9 --------- android/local.properties | 6 ------ 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 android/gradle.properties delete mode 100644 android/local.properties diff --git a/.gitignore b/.gitignore index fab7372..fbc3f99 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ Thumbs.db *.dll *.exe +*.properties diff --git a/android/gradle.properties b/android/gradle.properties deleted file mode 100644 index 2775077..0000000 --- a/android/gradle.properties +++ /dev/null @@ -1,9 +0,0 @@ -## This file is automatically generated by QtCreator. -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. - -androidBuildToolsVersion=21.0.0 -androidCompileSdkVersion=21 -buildDir=.build -qt5AndroidDir=C:/Qt/Qt5.9/5.9.1/android_armv7/src/android/java diff --git a/android/local.properties b/android/local.properties deleted file mode 100644 index caa5ba3..0000000 --- a/android/local.properties +++ /dev/null @@ -1,6 +0,0 @@ -## This file is automatically generated by QtCreator. -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. - -sdk.dir=C:/Android/sdk