mirror of https://github.com/beemdevelopment/Aegis
Request storage permissions in the intro
parent
c3f16c2428
commit
03d0eb01f4
@ -1,6 +0,0 @@
|
|||||||
apply plugin: 'java-library'
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
||||||
compile "com.beust:jcommander:1.71"
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
package me.impy.aegis.cli;
|
|
||||||
|
|
||||||
public class Main {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -1 +1 @@
|
|||||||
include ':app', ':cli'
|
include ':app'
|
||||||
|
Loading…
Reference in New Issue