Vibrate pattern

This commit is contained in:
jens 2021-07-04 02:27:07 +02:00
parent d71177f3da
commit 71d9791603
2 changed files with 3 additions and 3 deletions

View File

@ -1213,13 +1213,13 @@ public class XmlFileInterface
newAction.setParameter2(tag);
}
/*
androidx.security.crypto.MasterKey.Builder
MasterKey mainKey = new MasterKey.Builder(context)
.setKeyScheme(MasterKey.KeyScheme.AES256_GCM)
.build();
*/
}
}
else if(newAction.getAction().equals(Action_Enum.startOtherActivity)) // separator has been changed, convert in old files

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files