<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.dianvonativeandroidxupdate">


  <application>

    <!-- 版本更新重试提示弹窗-->
    <activity
      android:name=".RetryUpdateTipDialog"
      android:theme="@style/DialogTheme" />

  </application>

</manifest>
