Closed badadin closed 1 year ago
Why do you need all of this stuff in your build.gradle config?
implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
We don't need. Removed in https://github.com/theapache64/rebugger/commit/81627e2078480a30715d27a2d74560341a10cb31. Will be part of 1.0.0-alpha04 :) Thanks for reporting
1.0.0-alpha04
Fixed in v1.0.0-alpha04
Why do you need all of this stuff in your build.gradle config?