We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd920d1 commit 19f6c4fCopy full SHA for 19f6c4f
.gitignore
@@ -13,3 +13,4 @@
13
.externalNativeBuild
14
.cxx
15
local.properties
16
+.idea/
app/AndroidManifest.xml
@@ -11,7 +11,7 @@
11
12
<uses-sdk tools:overrideLibrary="go.server.gojni" />
<application
- android:label="Dantotsu Torrent Addon"
+ android:label="Dantotsu: Torrent Addon"
tools:targetApi="R" >
</application>
17
app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 23
targetSdk 34
- versionName "1.0.1"
- versionCode 2
+ versionName "1.0.2"
+ versionCode 3
18
19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
20
consumerProguardFiles "consumer-rules.pro"
0 commit comments