mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Add Android Project
This commit is contained in:
parent
83feb942ab
commit
0b027bebb4
22 changed files with 271 additions and 97 deletions
2
android/src/main/AndroidManifest.xml
Normal file
2
android/src/main/AndroidManifest.xml
Normal 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>
|
||||
5
android/src/main/java/com/tribufu/sdk/android/TribuFu.kt
Normal file
5
android/src/main/java/com/tribufu/sdk/android/TribuFu.kt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
package com.tribufu.sdk.android
|
||||
|
||||
class TribuFu {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue