Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Maven 构建我的 Android 应用程序,并且在过去 6 个月左右的时间里一切都运行良好。现在我正在迭代发布并更频繁地更新应用程序,我希望创建的 apk 使用 Android 清单应用程序版本作为其名称。
有没有办法在 pom 中做这样的事情,其中 {android-manifest-version} 是清单中设置的版本:
<version>{android-manifest-version}-SNAPSHOT</version>