diff --git a/app/app.iml b/app/app.iml
index d570fda..b56b0db 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -83,13 +83,13 @@
-
+
-
-
-
+
+
+
diff --git a/app/build.gradle b/app/build.gradle
index d44c119..2e5ea8f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
+ compileSdkVersion 22
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.makingiants.android.banjotuner"
minSdkVersion 14
- targetSdkVersion 21
- versionCode 8
- versionName "1.0"
+ targetSdkVersion 22
+ versionCode 9
+ versionName "1.0.1"
}
buildTypes {
debug {
@@ -33,7 +33,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:appcompat-v7:22.+'
compile 'com.google.android.gms:play-services-ads:6.5.87'
compile 'com.jakewharton:butterknife:6.1.0'
}