Sha256: 09b5265a29941b2f864c3b15becba5d9208d584f922ef1c61df36dea794ccd5a
Contents?: true
Size: 808 Bytes
Versions: 6
Compression:
Stored size: 808 Bytes
Contents
plugins { id 'com.android.library' } android { compileSdkVersion 30 defaultConfig { minSdkVersion 16 targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { implementation 'com.github.gonativeio:gonative-android-library:+' implementation 'com.github.gonativeio:gonative-android-core:+' }
Version data entries
6 entries across 6 versions & 1 rubygems