Skip to content

Commit 43a6926

Browse files
committed
[Android]: Add keystore
1 parent 3090d58 commit 43a6926

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/build.gradle.kts

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ android {
4545
isDebuggable = true
4646
}
4747
release {
48-
isMinifyEnabled = true
49-
proguardFiles(
50-
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
51-
)
48+
isMinifyEnabled = false
49+
isDebuggable = true
5250
}
5351
}
5452
compileOptions {

app/key.keystore

2.66 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:roundIcon="@mipmap/ic_launcher_round"
1515
android:supportsRtl="true"
1616
android:theme="@style/Theme.AftermathAndroid"
17+
android:usesCleartextTraffic="true"
1718
tools:targetApi="31">
1819
<activity
1920
android:name=".core.MainActivity"

key.properties

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
alias=app
2+
password=password
3+
storePassword=password

0 commit comments

Comments
 (0)