Bump targetSdkVersion to 23

compileSdkVersion in the build.gradle file was already bumped, but we
forgot about this one.
This commit is contained in:
Daniel Martí 2016-03-05 23:27:00 +00:00
parent 25a9360a58
commit b534bba440

View File

@ -8,7 +8,7 @@
<uses-sdk <uses-sdk
android:minSdkVersion="8" android:minSdkVersion="8"
android:targetSdkVersion="22" android:targetSdkVersion="23"
/> />
<supports-screens <supports-screens