mirror of https://github.com/FongMi/TV.git
parent
ac6289664c
commit
8776344436
@ -0,0 +1 @@ |
||||
/build |
||||
@ -0,0 +1,14 @@ |
||||
plugins { |
||||
id 'com.android.library' |
||||
} |
||||
|
||||
android { |
||||
compileSdk 33 |
||||
|
||||
defaultConfig { |
||||
minSdk 21 |
||||
targetSdk 28 |
||||
//noinspection ChromeOsAbiSupport |
||||
ndk { abiFilters "armeabi-v7a" } |
||||
} |
||||
} |
||||
@ -0,0 +1,2 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<manifest package="com.p2p" /> |
||||
@ -0,0 +1,4 @@ |
||||
package com.p2p; |
||||
|
||||
public class P2PClass { |
||||
} |
||||
Loading…
Reference in new issue