From 32b0b286f266719c3042bd83975f3bcdc830145d Mon Sep 17 00:00:00 2001 From: dkim0419 Date: Wed, 12 Oct 2016 05:24:11 -0800 Subject: [PATCH] Update build.gradle --- .idea/gradle.xml | 4 +- .idea/misc.xml | 3 +- .idea/modules.xml | 7 +-- .idea/modules/SoundRecorder.iml | 19 +++++++ .idea/modules/app/app.iml | 99 +++++++++++++++++++++++++++++++++ SoundRecorder | 1 + SoundRecorder.iml | 21 ------- app/app.iml | 96 -------------------------------- app/build.gradle | 5 +- 9 files changed, 129 insertions(+), 126 deletions(-) create mode 100644 .idea/modules/SoundRecorder.iml create mode 100644 .idea/modules/app/app.iml create mode 160000 SoundRecorder delete mode 100644 SoundRecorder.iml delete mode 100644 app/app.iml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2cbb09b0..2a7f5bfc 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -12,8 +12,8 @@ + - - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 9076de56..7d21c22c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -6,5 +6,4 @@ - - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 468b0b2b..ab86d572 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,9 +2,8 @@ - - + + - - + \ No newline at end of file diff --git a/.idea/modules/SoundRecorder.iml b/.idea/modules/SoundRecorder.iml new file mode 100644 index 00000000..e8867bf3 --- /dev/null +++ b/.idea/modules/SoundRecorder.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/app/app.iml b/.idea/modules/app/app.iml new file mode 100644 index 00000000..af2f2f29 --- /dev/null +++ b/.idea/modules/app/app.iml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SoundRecorder b/SoundRecorder new file mode 160000 index 00000000..c0750ba5 --- /dev/null +++ b/SoundRecorder @@ -0,0 +1 @@ +Subproject commit c0750ba59ed02dbad8164a788dcd632d77376a05 diff --git a/SoundRecorder.iml b/SoundRecorder.iml deleted file mode 100644 index 2a022014..00000000 --- a/SoundRecorder.iml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index e43bf48f..00000000 --- a/app/app.iml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/build.gradle b/app/build.gradle index d78efb8c..375ed4d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "com.danielkim.soundrecorder" minSdkVersion 16 targetSdkVersion 21 - versionCode 6 + versionCode 8 versionName "1.2.5" } buildTypes { @@ -17,6 +17,9 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + lintOptions{ + disable 'MissingTranslation' + } } dependencies {