Merge branch 'develop' of https://gitlab.com/tom79/mastalab into develop

This commit is contained in:
stom79 2019-02-08 16:49:31 +01:00
commit fe651b65f6
2 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,7 @@
android:src="@drawable/ic_info_login" android:src="@drawable/ic_info_login"
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" /> android:layout_height="30dp" />
</LinearLayout>
<RadioGroup <RadioGroup
android:id="@+id/set_instance_type" android:id="@+id/set_instance_type"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -99,7 +100,6 @@
android:text="GNU" android:text="GNU"
/> />
</RadioGroup> </RadioGroup>
</LinearLayout>
</android.support.design.widget.TextInputLayout> </android.support.design.widget.TextInputLayout>
<LinearLayout <LinearLayout
android:layout_width="300dp" android:layout_width="300dp"

View File

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