소스 검색

Version 2.0.0-rc3

Aidan Follestad 6 년 전
부모
커밋
45ac374b23
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dependencies.gradle
  2. BIN
      sample/sample.apk

+ 2 - 2
dependencies.gradle

@@ -2,8 +2,8 @@ ext.versions = [
     minSdk            : 16,
     compileSdk        : 28,
     buildTools        : '28.0.3',
-    publishVersion    : '2.0.0-rc2',
-    publishVersionCode: 219,
+    publishVersion    : '2.0.0-rc3',
+    publishVersionCode: 220,
 
     gradlePlugin      : '3.2.1',
     spotlessPlugin    : '3.16.0',

BIN
sample/sample.apk