We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb446b4 commit 7b64134Copy full SHA for 7b64134
app/build.gradle
@@ -63,7 +63,7 @@ android {
63
}
64
65
dependencies {
66
- implementation 'com.github.SimpleMobileTools:Simple-Commons:db51b86628'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:6218f1a8f5'
67
68
kapt "androidx.room:room-compiler:2.4.3"
69
implementation "androidx.room:room-runtime:2.4.3"
app/src/main/res/values/strings.xml
@@ -1,3 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
<string name="app_name">Simple Launcher</string>
4
<string name="app_launcher_name">Launcher</string>
0 commit comments