liujje
Results
2
comments of
liujje
android { namespace 'com.dating.test' compileSdk 33 defaultConfig { applicationId "com.dating.test" minSdk 20 targetSdk 33 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } release { storeFile file('app.jks') storePassword '123456' keyPassword '123456' keyAlias...