Closed ldco2016 closed 4 years ago
I updated the version numbers for compileSdkVersion to 28 and targetSdkVersion to 27 in order to resolve the com.android.builder.internal.aapt.v2.Aapt2Exception error that users have been getting.
compileSdkVersion
28
targetSdkVersion
27
com.android.builder.internal.aapt.v2.Aapt2Exception
This PR is covered by #37 and should be closed
I updated the version numbers for
compileSdkVersion
to28
andtargetSdkVersion
to27
in order to resolve thecom.android.builder.internal.aapt.v2.Aapt2Exception
error that users have been getting.