Skip to content

Commit

Permalink
dev build
Browse files Browse the repository at this point in the history
amberin committed Sep 8, 2024
1 parent 8663b54 commit 8f9c002
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ android {
targetSdkVersion 34
versionCode 219
versionName "1.8.27-beta.2"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"
applicationId = "com.orgzlyreviveddev"
resValue "string", "application_id", "com.orgzlyreviveddev"

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_untranslatable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Orgzly Revived</string>
<string name="app_name" translatable="false">Orgzly Revived Dev</string>

<string name="day_night" translatable="false">day</string>

1 change: 1 addition & 0 deletions shared-test/build.gradle
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField "String", "DROPBOX_REFRESH_TOKEN", '""'
}
debug {
buildConfigField "String", "DROPBOX_REFRESH_TOKEN", gradle.ext.appProperties.getProperty("dropbox.refresh_token", '""')

0 comments on commit 8f9c002

Please sign in to comment.