mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
2. new DNS only number issue
This commit is contained in:
parent
c83147197d
commit
b9529d5d62
@ -21,7 +21,7 @@
|
||||
android:id="@+id/ipInput"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:digits="0,1,2,3,4,5,6,7,8,9,:"
|
||||
android:digits="0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,:"
|
||||
android:hint="IPv6"
|
||||
android:inputType="textNoSuggestions"
|
||||
android:textColor="@color/white"
|
||||
|
@ -7,7 +7,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
Loading…
x
Reference in New Issue
Block a user