Browse Source

no message

DESKTOP-FBA840V\icontrols 4 years ago
parent
commit
af1b8f6f8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WallPadAPI/build.gradle

+ 1 - 1
WallPadAPI/build.gradle

@@ -40,7 +40,7 @@ android {
             java {
                 //WallPadAPI jar생성시에는 아래 코드 주석처리하고 exportJar 수행
                 //WallPadDevice용 jar생성시에는 아래 코드 주석 해제하고 exportServiceJar 실행
-                exclude "**/wallpadapi/**"
+                //exclude "**/wallpadapi/**"
             }
         }
     }