Manuel Dahmen
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Manuel Dahmen created a post, "In space" maven deployement
I have configured my build script to publish Jar in Maven inside Space: build.gradle: publishing { publications { maven(MavenPublication) { groupId = 'one.empty3' ... -
-
Manuel Dahmen created a post, Publish sources and releases from Android Studio
Hi, Is it possible to push source from Github to Space ? And make a repository (?) with apks in different flavors in Space environment?