diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..fb7f4a8
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 7ac24c7..bb80ebf 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -1,10 +1,13 @@
+
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 332181b..76c6cbb 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,8 +2,8 @@
-
+
\ No newline at end of file
diff --git a/.idea/modules/app/droidplane.app.iml b/.idea/modules/app/droidplane.app.iml
new file mode 100644
index 0000000..586cea3
--- /dev/null
+++ b/.idea/modules/app/droidplane.app.iml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateDebugSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644
index 7f68460..0000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
deleted file mode 100644
index b1533f5..0000000
--- a/app/app.iml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- generateDebugSources
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 716b43b..cbbacf0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 28
- buildToolsVersion '28.0.3'
+ compileSdkVersion 30
+ buildToolsVersion '31.0.0'
defaultConfig {
applicationId "ch.benediktkoeppel.code.droidplane"
minSdkVersion 19
- targetSdkVersion 28
+ targetSdkVersion 30
}
buildTypes {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7f3b6ac..0201541 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
+ android:versionCode="13"
+ android:versionName="1.0.13">
@@ -38,6 +38,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -59,4 +71,4 @@
android:label="@string/title_activity_rich_text_view">
-
\ No newline at end of file
+
diff --git a/droidplane.iml b/droidplane.iml
index 1211f47..5ecd502 100644
--- a/droidplane.iml
+++ b/droidplane.iml
@@ -1,19 +1,19 @@
-
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 123277b..d2c45a4 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
-#Mon Dec 24 11:19:01 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
diff --git a/release/droidplane-v1.0.12/DroidPlane-v1.0.12.apk b/release/droidplane-v1.0.12/DroidPlane-v1.0.12.apk
new file mode 100644
index 0000000..96839d5
Binary files /dev/null and b/release/droidplane-v1.0.12/DroidPlane-v1.0.12.apk differ
diff --git a/release/droidplane-v1.0.13/DroidPlane-v1.0.13.apk b/release/droidplane-v1.0.13/DroidPlane-v1.0.13.apk
new file mode 100644
index 0000000..748577b
Binary files /dev/null and b/release/droidplane-v1.0.13/DroidPlane-v1.0.13.apk differ