Added ability to change authKey with a void

This commit is contained in:
5gi 2022-11-15 10:16:18 -05:00
parent 0e35a2f4c8
commit 732fc3882d

View File

@ -5,7 +5,7 @@ plugins {
}
apply plugin: 'maven-publish'
group 'com.the5gi.deepj'
version '1.2.6'
version '1.2.7'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11