mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Release v1.2.0
This commit is contained in:
parent
dbbd3cef35
commit
1e15374229
4 changed files with 7 additions and 5 deletions
|
@ -19,8 +19,8 @@ android {
|
||||||
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
||||||
|
|
||||||
applicationId "com.github.dfa.diaspora_android"
|
applicationId "com.github.dfa.diaspora_android"
|
||||||
versionName "1.1.3"
|
versionName "1.2.0"
|
||||||
versionCode 32
|
versionCode 33
|
||||||
|
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
|
@ -31,8 +31,8 @@ buildscript {
|
||||||
ext.enable_plugin_kotlin = false
|
ext.enable_plugin_kotlin = false
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:$version_gradle_tools"
|
classpath "com.android.tools.build:gradle:$version_gradle_tools"
|
||||||
|
@ -48,8 +48,8 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,9 @@ It adds useful features to your networking experience:
|
||||||
🈴 Localized in many languages
|
🈴 Localized in many languages
|
||||||
✔️ Allows system independent language
|
✔️ Allows system independent language
|
||||||
|
|
||||||
|
Notice: For using another diaspora* account, there is a second version available caled dandelior*.
|
||||||
|
dandelion* and dandelior* are the mostly the same, the only differencies are colors and app icon.
|
||||||
|
|
||||||
<b>Support the project:</b>
|
<b>Support the project:</b>
|
||||||
✋ <a href="https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fgsantner%2Fdandelion.git&mail=gro.xobliam@@rentnasg">Translate using Stringlate</a>
|
✋ <a href="https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fgsantner%2Fdandelion.git&mail=gro.xobliam@@rentnasg">Translate using Stringlate</a>
|
||||||
✋ <a href="https://matrix.to/#/#dandelion:matrix.org">Join discussion on Matrix</a>
|
✋ <a href="https://matrix.to/#/#dandelion:matrix.org">Join discussion on Matrix</a>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
dandelion*
|
|
Loading…
Reference in a new issue