AndroidManifest.xml 260 B

123456789
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.github.mikephil.charting">
  3. <application android:allowBackup="true" android:label="@string/app_name"
  4. android:supportsRtl="true">
  5. </application>
  6. </manifest>