mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Change versionCode and versionName
This commit is contained in:
parent
2ce6c5d0d0
commit
ecdedbc73d
2 changed files with 5 additions and 3 deletions
|
@ -36,8 +36,8 @@ android {
|
|||
applicationId "net.foucry.pilldroid"
|
||||
minSdkVersion defaultMinSdkVersion
|
||||
targetSdkVersion defaultTargetSdkVersion
|
||||
versionCode 302
|
||||
versionName "v0.302-beta"
|
||||
versionCode 350
|
||||
versionName "v0.350-beta"
|
||||
multiDexEnabled true
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="net.foucry.pilldroid">
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
@ -16,7 +17,8 @@
|
|||
android:screenOrientation="portrait"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
android:allowBackup="true">
|
||||
android:allowBackup="true"
|
||||
tools:ignore="DiscouragedApi">
|
||||
<activity
|
||||
android:name=".DrugListActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
|
|
Loading…
Reference in a new issue