bump compose version
This commit is contained in:
		@ -70,7 +70,7 @@ dependencies {
 | 
				
			|||||||
    implementation 'androidx.activity:activity-compose:1.4.0'
 | 
					    implementation 'androidx.activity:activity-compose:1.4.0'
 | 
				
			||||||
    implementation "androidx.datastore:datastore-preferences:1.0.0"
 | 
					    implementation "androidx.datastore:datastore-preferences:1.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def room_version = '2.3.0'
 | 
					    def room_version = '2.4.0-beta02'
 | 
				
			||||||
    kapt "androidx.room:room-compiler:$room_version"
 | 
					    kapt "androidx.room:room-compiler:$room_version"
 | 
				
			||||||
    implementation "androidx.room:room-ktx:$room_version"
 | 
					    implementation "androidx.room:room-ktx:$room_version"
 | 
				
			||||||
    implementation "androidx.room:room-runtime:$room_version"
 | 
					    implementation "androidx.room:room-runtime:$room_version"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,8 @@
 | 
				
			|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
 | 
					// Top-level build file where you can add configuration options common to all sub-projects/modules.
 | 
				
			||||||
buildscript {
 | 
					buildscript {
 | 
				
			||||||
    ext {
 | 
					    ext {
 | 
				
			||||||
        kotlin_version = '1.5.31'
 | 
					        kotlin_version = '1.6.0'
 | 
				
			||||||
        compose_version = '1.1.0-beta03'
 | 
					        compose_version = '1.1.0-beta04'
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    repositories {
 | 
					    repositories {
 | 
				
			||||||
        google()
 | 
					        google()
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user