Get token from user

This commit is contained in:
Nezumi
2023-03-11 16:18:41 +07:00
parent 5905fbf5a4
commit e7e49ec4e3
8 changed files with 138 additions and 7 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false