Add Android Project

This commit is contained in:
GuilhermeWerner 2021-05-23 15:13:50 -03:00
parent 83feb942ab
commit 0b027bebb4
22 changed files with 271 additions and 97 deletions

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tribufu.sdk.android"></manifest>

View file

@ -0,0 +1,5 @@
// Copyright (c) TribuFu. All Rights Reserved
package com.tribufu.sdk.android
class TribuFu {}