Skip to content

Commit

Permalink
Merge pull request #216 from deku-messaging/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
sherlockwisdom authored Feb 25, 2024
2 parents ac8a2ce + 495458d commit b56f31a
Show file tree
Hide file tree
Showing 151 changed files with 4,479 additions and 2,147 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ keystore.properties
ks.passwd
venv/*
/release.properties
*.sw*
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ check:
echo "+ [NOT FOUND] ${RELEASE_VERSION_PYTHON_FILENAME}"; \
echo ">> This file releases the build on the various distribution outlets"; \
fi
@if [ ! -f ${KEYSTORE_PASSWD} ]; then \
echo "+ [NOT FOUND] ${KEYSTORE_PASSWD}"; \
echo ">> This file contains the password for the keystore"; \
fi

info: check
@echo "- Branch name: ${branch}"
Expand Down
13 changes: 8 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,27 @@ android {
// generateLocaleConfig true
// }
sourceSets {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())

main {
jniLibs.srcDirs = ['libs']
java {
exclude 'com/afkanerd/deku/Images/Images/'
/* The holder name I want to excludes its all classes */
}
resources {
srcDirs 'src/main/resources'
}
}
}

buildTypes {
release {
minifyEnabled false
// minifyEnabled true
// shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

nightly {
versionNameSuffix "-nightly"
debuggable true
}
}

compileOptions {
Expand Down Expand Up @@ -124,6 +126,7 @@ android {

dependencies {
implementation project(':smswithoutborders_libsignal-doubleratchet')
implementation 'androidx.room:room-testing:2.6.1'
def paging_version = "3.2.1"

testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 37,
"versionName": "0.25.0",
"versionCode": 49,
"versionName": "0.37.0",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading

0 comments on commit b56f31a

Please sign in to comment.