# CatEyeSdkTest **Repository Path**: asured/CatEyeSdkTest ## Basic Information - **Project Name**: CatEyeSdkTest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-19 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CatEyeSdkTest 智能猫眼 Android端SDK Step 1. Add the JitPack repository to your build file = Add it in your root build.gradle at the end of repositories: = ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency = ``` dependencies { implementation 'com.github.comaiotsdk:cateyesdk:v1.1.8' } ```