ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
734 stars 188 forks source link

Exception from call site #14 bootstrap method #67

Closed mrgogomaster closed 4 years ago

mrgogomaster commented 4 years ago

at com.thanosfisherman.wifiutils.WifiUtils.start(WifiUtils.java:334)

Screenshot 2020-05-19 at 12 24 56 AM
ThanosFisherman commented 4 years ago

try adding the following in your app level build.gradle file and let me know.

android {
   compileOptions {
       sourceCompatibility JavaVersion.VERSION_1_8
       targetCompatibility JavaVersion.VERSION_1_8
   }
}
mrgogomaster commented 4 years ago

Thanks bro..resolved the issue.