Devlight / NavigationTabStrip

Navigation tab strip with smooth interaction.
Apache License 2.0
2.24k stars 313 forks source link

update android gradle version compatibility #46

Closed tucomel closed 6 years ago

sachiotomita commented 4 years ago

Basically, This update is not worth applying. since it just increases minSdkVersion by 3.

and it's the change for only each Android Studio building environment support.

Original code should be kept as it is.

sachiotomita commented 4 years ago

Also, even it worked on minSdkVersion 7, if downgraded appcompat-v7 to appcompat-v7:23.+

    defaultConfig {
        minSdkVersion 7
       ...
    }
compile 'com.android.support:appcompat-v7:23.+'