Fedilab è un client Android multifunzionale per accedere al Fediverse distribuito, composto da microblogging, condivisione di foto e video hosting.
Supporta:
- Mastodon, Pleroma, Peertube, GNU Social, Friendica.
https://devol.it/it/fediverso
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
-
- buildscript {
- repositories {
- jcenter()
- google()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:4.1.2'
- classpath 'com.google.gms:google-services:4.3.5'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
- }
-
- allprojects {
- repositories {
- jcenter()
- google()
- maven { url 'https://jitpack.io' }
- }
- }
-
- task clean(type: Delete) {
- delete rootProject.buildDir
- }
|