1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Refactoring; package movement;changed package name due to organisation name

This commit is contained in:
Gregor Santner 2016-03-26 01:14:17 +01:00
parent 30734f8f2a
commit 4482f09430
30 changed files with 205 additions and 173 deletions

View file

@ -6,11 +6,11 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "de.dfa.diaspora"
applicationId "de.dfa.diaspora_android"
minSdkVersion 15
targetSdkVersion 23
versionCode 17
versionName "1.3"
versionCode 1
versionName "0.9.0"
}
buildTypes {
release {