Skip to content

Commit b508a9d

Browse files
XirvikXirvik
authored andcommitted
Initial alpha version
1 parent f913c6a commit b508a9d

96 files changed

Lines changed: 745 additions & 391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ android {
1919
}
2020
productFlavors {
2121
full {
22-
applicationId 'org.transdroid.full'
22+
applicationId 'org.transdroid.xirvik.full'
2323
resValue "string", "search_history_authority", applicationId + ".search.SearchHistoryProvider"
2424
}
2525
lite {
26-
applicationId 'org.transdroid.lite'
26+
applicationId 'org.transdroid.xirvik.lite'
2727
resValue "string", "search_history_authority", applicationId + ".search.SearchHistoryProvider"
2828
}
2929
}

0 commit comments

Comments
 (0)