Skip to content

Instantly share code, notes, and snippets.

View Neelansh-ns's full-sized avatar
🌠
Rising

Neelansh Sethi Neelansh-ns

🌠
Rising
View GitHub Profile
package com.braze.brazeplugin
import android.app.Activity
import android.content.Context
import android.content.Intent
import android.os.Bundle
import androidx.annotation.NonNull
import com.braze.enums.Gender
import com.braze.enums.Month
import com.braze.enums.NotificationSubscriptionType
@Neelansh-ns
Neelansh-ns / ndk_downloader.sh
Created April 2, 2024 04:20
A shell script to download the NDK version
#!/bin/bash
# Define the NDK version you want to download
NDK_VERSION="r26c"
NDK_VERSION_INT="26.2.11394342"
# Define the NDK download URL
NDK_URL="https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-darwin.zip"
# Define the directory where you want to download and extract the NDK