version up
This commit is contained in:
@@ -36,10 +36,10 @@ android {
|
|||||||
storePassword 'android'
|
storePassword 'android'
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
storeFile file("../../dinect-release-key.keystore")
|
storeFile file("../../debug.keystore")
|
||||||
storePassword 'df3bsfb6ale'
|
keyAlias 'androiddebugkey'
|
||||||
keyAlias 'key0'
|
keyPassword 'android'
|
||||||
keyPassword 'vquyc4b8smdk2'
|
storePassword 'android'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.dinect.checker"
|
package="com.dinect.checker"
|
||||||
android:versionCode="16"
|
android:versionCode="17"
|
||||||
android:versionName="1.1.21">
|
android:versionName="1.1.22">
|
||||||
|
|
||||||
<!-- The INTERNET permission is required for development. Specifically,
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
flutter needs it to communicate with the running application
|
flutter needs it to communicate with the running application
|
||||||
|
|||||||
Reference in New Issue
Block a user