[FEATURE] Переименование LauncherPAI -> LauncherAuthlib

This commit is contained in:
Gravit 2019-05-03 20:27:48 +07:00
parent 32e8065f4c
commit 9b622e8391
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
36 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
}
dependencies {
pack project(':LauncherAPI')
pack project(':LauncherAuthlib')
bundle 'com.github.oshi:oshi-core:3.13.0'
bundle 'com.jfoenix:jfoenix:8.0.8'
bundle 'de.jensd:fontawesomefx:8.9'

View file

@ -27,7 +27,7 @@
}
dependencies {
pack project(':LauncherAPI')
pack project(':LauncherAuthlib')
pack 'org.apache.httpcomponents:httpclient:4.5.7'
pack 'io.netty:netty-all:4.1.32.Final'
}

View file

@ -3,7 +3,7 @@
include 'Launcher'
include 'Radon'
include 'libLauncher'
include 'LauncherAPI'
include 'LauncherAuthlib'
include 'ServerWrapper'
include 'LaunchServer'
include 'LaunchServerConsole'