update to latest IDE

This commit is contained in:
geeksville 2020-01-20 16:13:40 -08:00
parent 7f3f7e9b3a
commit 8c3b9ce30d
22 changed files with 233 additions and 111 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.geeksville.meshutil" >
package="com.geeksville.meshutil">
<application
android:allowBackup="true"
@ -8,11 +8,11 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar" >
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />