yonathan

Results 1 comments of yonathan

I was able to get v4 running on v0.72.5 by changing the values in `build.gradle` to the following: ``` buildToolsVersion = "34.0.0" minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion =...