diff --git a/.idea/misc.xml b/.idea/misc.xml index b6a7bc6..7158618 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,8 @@ + + + - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..fce7f71 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 495617f..83eddf7 100644 --- a/app/app.iml +++ b/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,13 +74,27 @@ + + + + + + + + - - - + + + + + + + + + @@ -108,11 +114,18 @@ - + - + + + - - + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 3f2ea71..475d3c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 25 + buildToolsVersion '25.0.0' defaultConfig { applicationId "org.thecongers.mtpms" minSdkVersion 16 - targetSdkVersion 21 + targetSdkVersion 25 } buildTypes { @@ -23,6 +23,6 @@ repositories{ } dependencies { - compile 'com.android.support:appcompat-v7:21.+' + compile 'com.android.support:appcompat-v7:25.+' compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:+' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 479f195..2a2d2b4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="3" + android:versionName="1.2" > diff --git a/build.gradle b/build.gradle index 305dc05..e7e3c60 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.2' } } diff --git a/org.thecongers.mtpms.iml b/org.thecongers.mtpms.iml index c034d3e..14f20e2 100644 --- a/org.thecongers.mtpms.iml +++ b/org.thecongers.mtpms.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file