Full project restructuring

This commit is contained in:
topjohnwu
2019-01-30 03:10:12 -05:00
parent 5df426380d
commit 60f69feaff
91 changed files with 219 additions and 238 deletions

View File

@@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
applicationId "com.topjohnwu.snet"
applicationId 'com.topjohnwu.snet'
minSdkVersion 14
versionCode 12
versionName "snet"
versionName 'snet'
}
buildTypes {