summaryrefslogtreecommitdiffstats
path: root/mathjaxandroid
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-12-12 15:47:15 +0100
committerThomas <tschneider.ac@gmail.com>2023-12-12 15:47:15 +0100
commit4a07e7c5b83833b3ef95d70f81661cd93a899ffc (patch)
tree6cbdc515dfaf19e60996aa9b14cf4a685ca981a4 /mathjaxandroid
parent4c911705ab52b47f09c99470d027d7420f56944b (diff)
Upgrade for Android 14+
Diffstat (limited to 'mathjaxandroid')
-rw-r--r--mathjaxandroid/build.gradle3
-rw-r--r--mathjaxandroid/src/main/AndroidManifest.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/mathjaxandroid/build.gradle b/mathjaxandroid/build.gradle
index 8b6987f6d..346bbc0ea 100644
--- a/mathjaxandroid/build.gradle
+++ b/mathjaxandroid/build.gradle
@@ -6,8 +6,6 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 33
- versionCode 2
- versionName "0.2"
}
buildTypes {
release {
@@ -15,6 +13,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
+ namespace 'de.timfreiheit.mathjax.android'
}
dependencies {
diff --git a/mathjaxandroid/src/main/AndroidManifest.xml b/mathjaxandroid/src/main/AndroidManifest.xml
index aede1b53f..d9757c53a 100644
--- a/mathjaxandroid/src/main/AndroidManifest.xml
+++ b/mathjaxandroid/src/main/AndroidManifest.xml
@@ -1,4 +1,4 @@
-<manifest package="de.timfreiheit.mathjax.android">
+<manifest>
<application />