Pezhvak

Results 19 comments of Pezhvak

Hey, i just had your problem and solved it by examining source code, you can actually change IP range when initiating: ```bash # Making configuration files docker-compose run --rm openvpn...

+1 another issue is reporting same problem #207

Same is happening here

Waiting for this merge...

This is my solution: Add these lines to android/local.properties: ``` flutter.minSdkVersion=21 flutter.targetSdkVersion=34 ``` Then open android/app/build.gradle and change these lines: ``` // minSdkVersion flutter.minSdkVersion minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger() // targetSdkVersion flutter.targetSdkVersion targetSdkVersion...

@chrisgrim because you wrote it wrongly.