bump dependencies and AGP version
This commit is contained in:
		@ -51,8 +51,8 @@ android {
 | 
			
		||||
dependencies {
 | 
			
		||||
 | 
			
		||||
    implementation 'androidx.core:core-ktx:1.7.0'
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.4.0'
 | 
			
		||||
    implementation 'com.google.android.material:material:1.4.0'
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.4.1'
 | 
			
		||||
    implementation 'com.google.android.material:material:1.5.0'
 | 
			
		||||
 | 
			
		||||
    implementation "androidx.compose.ui:ui:$compose_version"
 | 
			
		||||
    implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
 | 
			
		||||
@ -70,7 +70,7 @@ dependencies {
 | 
			
		||||
    implementation 'androidx.activity:activity-compose:1.4.0'
 | 
			
		||||
    implementation "androidx.datastore:datastore-preferences:1.0.0"
 | 
			
		||||
 | 
			
		||||
    def room_version = '2.4.0'
 | 
			
		||||
    def room_version = '2.4.1'
 | 
			
		||||
    kapt "androidx.room:room-compiler:$room_version"
 | 
			
		||||
    implementation "androidx.room:room-ktx:$room_version"
 | 
			
		||||
    implementation "androidx.room:room-runtime:$room_version"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user