diff --git a/.idea/modules.xml b/.idea/modules.xml index ef5841b..3525ede 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + diff --git a/app/app.iml b/app/app.iml index fba56d1..a139940 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + @@ -81,21 +83,21 @@ - + - - - - - - - - - + + - - + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index c839484..1d481b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 22 + buildToolsVersion "22" defaultConfig { applicationId "net.alopix.morannon" minSdkVersion 14 - targetSdkVersion 21 - versionCode 3 - versionName "2014-12-29" + targetSdkVersion 22 + versionCode 4 + versionName "2015-03-27" } compileOptions { @@ -35,15 +35,15 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile('com.android.support:appcompat-v7:21.0.3') - compile('com.android.support:recyclerview-v7:21.0.2') + compile('com.android.support:appcompat-v7:22.0.0') + compile('com.android.support:recyclerview-v7:22.0.0') - compile('com.jakewharton:butterknife:6.0.0') + compile('com.jakewharton:butterknife:6.1.0') compile('com.squareup.okhttp:okhttp-urlconnection:2.0.0') compile('com.squareup.okhttp:okhttp:2.0.0') - compile('com.squareup.retrofit:retrofit:2.0.0-SNAPSHOT') + compile('com.squareup.retrofit:retrofit:1.9.0') // TODO: in libs untill 0.9 is released! //compile('com.squareup.flow:flow:0.9') diff --git a/android.iml b/open-garage-android.iml similarity index 74% rename from android.iml rename to open-garage-android.iml index 2a02201..0bb6048 100644 --- a/android.iml +++ b/open-garage-android.iml @@ -1,5 +1,5 @@ - + @@ -7,9 +7,7 @@ - - - +