Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishiranu committed Sep 25, 2020
1 parent a31da7b commit 702dd96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions AndroidManifest.xml
Expand Up @@ -2,9 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mishiranu.dashchan"
android:versionCode="1036"
android:versionName="3.0.2">
package="com.mishiranu.dashchan">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -24,6 +24,9 @@ android {
ndkVersion '21.3.6528147'

defaultConfig {
versionCode 1037
versionName '3.0.3'

minSdkVersion 16
targetSdkVersion 29
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86'
Expand Down

0 comments on commit 702dd96

Please sign in to comment.