소스 검색

Fix fdroid not building

len 9 년 전
부모
커밋
706fa82a37
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/build.gradle

+ 0 - 1
app/build.gradle

@@ -39,7 +39,6 @@ android {
         targetSdkVersion 23
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         versionCode 9
-        versionCode project.findProperty('versionCode')?.toInteger() ?: 9
         versionName "0.2.2-1"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""