Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99ad8b1c authored by Aayush Gupta's avatar Aayush Gupta
Browse files

OpenWeatherMapWeatherProvider: Bump SDK versions to reflect latest supported android versions

parent 192ff7bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
apply plugin: 'com.android.application'

android {
    compileSdkVersion 27
    compileSdkVersion 30

    defaultConfig {
        applicationId "org.lineageos.openweathermapprovider"
        minSdkVersion 27
        targetSdkVersion 27
        targetSdkVersion 30
        versionCode 1
        versionName "1.0"
    }