mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	updating commons
This commit is contained in:
		| @@ -63,9 +63,9 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:c457573200' | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' | ||||
|  | ||||
|     kapt "androidx.room:room-compiler:2.5.0" | ||||
|     implementation "androidx.room:room-runtime:2.5.0" | ||||
|     annotationProcessor "androidx.room:room-compiler:2.5.0" | ||||
|     kapt "androidx.room:room-compiler:2.5.1" | ||||
|     implementation "androidx.room:room-runtime:2.5.1" | ||||
|     annotationProcessor "androidx.room:room-compiler:2.5.1" | ||||
| } | ||||
|   | ||||
| @@ -28,6 +28,7 @@ | ||||
|         android:appCategory="productivity" | ||||
|         android:icon="@mipmap/ic_launcher" | ||||
|         android:label="@string/app_launcher_name" | ||||
|         android:localeConfig="@xml/locale_config" | ||||
|         android:roundIcon="@mipmap/ic_launcher" | ||||
|         android:supportsRtl="true" | ||||
|         android:theme="@style/AppTheme"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user