diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 4763ab4..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Android
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index 96954b8..bc02165 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -66,14 +66,6 @@
-
-
-
-
-
-
-
-
@@ -82,57 +74,69 @@
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 72c4a6b..03dec43 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 24
+ compileSdkVersion 25
buildToolsVersion '24.0.1'
testOptions {
@@ -11,8 +11,8 @@ android {
defaultConfig {
applicationId "org.secuso.privacyfriendlysudoku"
minSdkVersion 16
- targetSdkVersion 24
- versionCode 1
+ targetSdkVersion 25
+ versionCode 2
versionName "2.0"
}
buildTypes {
@@ -30,11 +30,11 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
- compile 'com.android.support:support-compat:24.2.1'
- compile 'com.android.support:support-v4:24.2.1'
- compile 'com.android.support:support-v13:24.2.1'
- compile 'com.android.support:appcompat-v7:24.2.1'
- compile 'com.android.support:design:24.2.1'
- compile 'com.android.support:support-core-ui:24.2.1'
- compile 'com.android.support:support-core-utils:24.2.1'
+ compile 'com.android.support:support-compat:25.0.0'
+ compile 'com.android.support:support-v4:25.0.0'
+ compile 'com.android.support:support-v13:25.0.0'
+ compile 'com.android.support:appcompat-v7:25.0.0'
+ compile 'com.android.support:design:25.0.0'
+ compile 'com.android.support:support-core-ui:25.0.0'
+ compile 'com.android.support:support-core-utils:25.0.0'
}
diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
deleted file mode 100644
index e35410e..0000000
Binary files a/app/src/main/ic_launcher-web.png and /dev/null differ
diff --git a/build.gradle b/build.gradle
index a3330d4..c20bca1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.0'
+ classpath 'com.android.tools.build:gradle:2.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
diff --git a/privacy-friendly-sudoku.iml b/privacy-friendly-sudoku.iml
index fffb1a7..18f377d 100644
--- a/privacy-friendly-sudoku.iml
+++ b/privacy-friendly-sudoku.iml
@@ -13,7 +13,7 @@
-
+
\ No newline at end of file