updating some libraries and icons

This commit is contained in:
tibbi 2021-11-13 21:15:06 +01:00
parent 57bb877934
commit 5b315a3da7
9 changed files with 12 additions and 7 deletions

View File

@ -56,6 +56,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:085b497ed0'
implementation 'com.github.SimpleMobileTools:Simple-Commons:820461691b'
implementation "androidx.print:print:1.0.0"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,3 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:fillColor="#FFFFFF" android:pathData="M8.879 9.992c0.088-0.583 0.282-1.095 0.53-1.536 0.246-0.441 0.6-0.812 1.04-1.095 0.424-0.264 0.954-0.388 1.607-0.405 0.406 0.017 0.777 0.088 1.112 0.229 0.353 0.159 0.67 0.37 0.918 0.635 0.247 0.265 0.441 0.583 0.6 0.936 0.16 0.353 0.23 0.741 0.247 1.13h3.16c-0.035-0.83-0.194-1.589-0.494-2.277-0.3-0.689-0.707-1.289-1.236-1.783-0.53-0.494-1.165-0.883-1.906-1.165-0.742-0.283-1.554-0.406-2.454-0.406-1.147 0-2.154 0.194-3 0.6-0.849 0.406-1.555 0.935-2.12 1.624-0.565 0.688-0.988 1.483-1.253 2.4-0.265 0.918-0.424 1.872-0.424 2.895v0.477c0 1.024 0.141 1.977 0.406 2.895 0.265 0.918 0.689 1.712 1.253 2.383 0.565 0.67 1.271 1.218 2.119 1.606 0.847 0.388 1.853 0.6 3 0.6 0.83 0 1.607-0.14 2.33-0.406 0.724-0.264 1.36-0.635 1.907-1.112 0.547-0.476 0.988-1.023 1.306-1.659 0.318-0.635 0.512-1.306 0.53-2.03h-3.16c-0.018 0.37-0.106 0.706-0.265 1.024-0.159 0.318-0.37 0.582-0.635 0.812-0.265 0.23-0.565 0.406-0.918 0.53-0.336 0.123-0.689 0.158-1.06 0.176-0.635-0.018-1.164-0.141-1.57-0.406-0.442-0.283-0.795-0.653-1.042-1.095-0.247-0.44-0.441-0.97-0.53-1.553-0.088-0.582-0.14-1.182-0.14-1.765v-0.477c0-0.617 0.053-1.2 0.14-1.782z"/>
</vector>

View File

@ -13,7 +13,7 @@
app:showAsAction="always" />
<item
android:id="@+id/clear"
android:icon="@drawable/ic_clear"
android:icon="@drawable/ic_clear_vector"
android:title="@string/clear"
app:showAsAction="always" />
<item
@ -35,10 +35,12 @@
app:showAsAction="never" />
<item
android:id="@+id/settings"
android:icon="@drawable/ic_settings_cog_vector"
android:title="@string/settings"
app:showAsAction="never" />
app:showAsAction="ifRoom" />
<item
android:id="@+id/about"
android:icon="@drawable/ic_info_vector"
android:title="@string/about"
app:showAsAction="never" />
app:showAsAction="ifRoom" />
</menu>

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.30'
ext.kotlin_version = '1.5.31'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip